@jbateson/eslint-config
v2.3.0
Published
My personal eslint config
Readme
@jbateson/eslint-config
yarn add -D @jbateson/eslint-config
And make sure you install the required peer dependencies required for this config:
$ yarn global add install-peerdeps
$ install-peerdeps --dev @jbateson/eslint-configIn .eslintrc:
{
"extends": "@jbateson"
}Don't forget to include your custom prettier settings (if you have any) in your app's package.json/.prettierrc/etc. Otherwise prettier will be invoked with the defaults.
