7.5.2 • Published 5 months ago
@wkovacs64/eslint-config v7.5.2
@wkovacs64/eslint-config
This is my personal ESLint configuration.
Install
npm install --save-dev @wkovacs64/eslint-config
Be sure to install the appropriately versioned
eslint
peer dependency as well.
Usage
Follow the ESLint documentation on shared configurations. See the documentation on ignoring files if you need to ignore anything the config doesn't already ignore by default.
Examples
eslint.config.js
import baseConfig from '@wkovacs64/eslint-config';
/** @type {import("eslint").Linter.Config[]} */
const config = [
...baseConfig,
// overrides here
];
export default config;
package.json
{
"scripts": {
...
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
...
}
}
7.5.2
5 months ago
7.5.1
5 months ago
7.5.0
7 months ago
7.4.0
8 months ago
7.3.1
8 months ago
7.3.0
9 months ago
7.2.5
1 year ago
7.2.4
1 year ago
7.2.3
1 year ago
7.2.2
1 year ago
7.2.1
1 year ago
7.2.0
1 year ago
7.1.0
1 year ago
7.0.0
1 year ago
7.0.2
1 year ago
7.0.1
1 year ago
6.0.0
6 years ago
5.0.1
6 years ago
5.0.0
6 years ago
4.0.0
6 years ago
3.0.1
6 years ago
3.0.0
6 years ago
2.1.0
6 years ago
2.0.0
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago