4.0.0 • Published 4 years ago
@maiertech/eslint-config v4.0.0
@maiertech/eslint-config
This package provides an ESLint config for @maiertech projects as an extensible shared config. Run
npm i --save-dev eslint @maiertech/eslint-config
to install. Then create .eslintrc.json
in your project root with
{
"extends": "@maiertech"
}
or add a eslintConfig
prop with the same content to your package.json
.
This ESLint config is based on eslint-config-react-app:
- It comes with these accessibility checks enabled.
- It comes with Jest support.
- It does not contain any formatting rules. Check here for the recommended setup to use Prettier for formatting. You can use @maiertech/prettier-config as your Prettier config.
ESM support
This package supports CJS only, because ESLint does not support ESM configuration at this time.
4.0.0
4 years ago
3.0.0
4 years ago
2.0.3
4 years ago
2.0.2
4 years ago
2.0.1
4 years ago
2.0.0
4 years ago
1.0.1
4 years ago
0.17.2
4 years ago
0.17.0
4 years ago
0.17.1
4 years ago
0.16.1
4 years ago
0.16.0
5 years ago
0.15.0
5 years ago
0.14.0
5 years ago
0.13.0
5 years ago
0.12.1
5 years ago
0.12.0
5 years ago
0.11.0
5 years ago
0.10.0
5 years ago
0.9.0
5 years ago
0.8.0
6 years ago