@misterbridge/eslint-config
v0.0.1-alpha.0
Published
This package provides mrbridge's eslint config file for TypeScript projects with react
Readme
ESLint config, mrbridge's style
This package provides mrbridge's eslint config for TypeScript projects with react.
.eslintrcas an extensible shared config
Installing
In your project folder, run:
npm i -D @misterbridge/eslint-config npx install-peerdeps --dev @misterbridge/eslint-configYou will see several dependencies were installed.
Now, create (or update) a
.eslintrcfile with the following content:{ "extends": ["@misterbridge/eslint-config"] }If you need to extend the configuration with other plugins, make sure that
@misterbridge/eslint-config/prettieris the last item of the array{ "extends": [ "@misterbridge/eslint-config", // ..., "@misterbridge/eslint-config/prettier" ] }
