0.0.1-alpha.0 • Published 3 years ago
@misterbridge/eslint-config v0.0.1-alpha.0
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" ] }
0.0.1-alpha.0
3 years ago
1.0.0-alpha.4
3 years ago
1.0.0-alpha.3
3 years ago
1.0.0-alpha.2
3 years ago
1.0.0-alpha.1
3 years ago
1.0.0-alpha.0
3 years ago