2.8.0 • Published 7 months ago
eslint-config-purify v2.8.0
eslint-config-purify 
A simple and modern way to make your code clean
Installation
npm install --save-dev eslint eslint-config-purify
Configuration (only new: eslint.config.js)
From v8.21.0
, eslint announced a new config system.
In the new system, .eslintrc*
is no longer used. eslint.config.js
would be the default config file name.
More details: the new config system.
So, you can just extend this config in your eslint.config.js
:
import eslintConfigPurify from "eslint-config-purify";
export default [
...eslintConfigPurify,
{
// ... your awesome config (plugins, rules, etc.)
}
];
Supports
Features
License
eslint-config-purify
is licensed under the MIT License.
2.8.0
7 months ago
2.7.0
7 months ago
2.6.0
7 months ago
2.5.0
8 months ago
2.3.0
8 months ago
2.4.0
8 months ago
2.2.0
8 months ago
2.1.2
9 months ago
2.0.15
9 months ago
2.1.1
9 months ago
2.1.0
9 months ago
2.0.14
9 months ago
2.0.13
9 months ago
2.0.3
11 months ago
2.0.2
11 months ago
2.0.5
10 months ago
2.0.4
10 months ago
2.0.11
9 months ago
2.0.7
10 months ago
2.0.12
9 months ago
2.0.6
10 months ago
2.0.9
10 months ago
2.0.10
10 months ago
2.0.8
10 months ago
2.0.1
11 months ago
2.0.0
11 months ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago