8.3.0 • Published 9 months ago
@joshuaavalon/eslint-config-javascript v8.3.0
@joshuaavalon/eslint-config-javascript
This is the opinionated ESLint configuration repository that used by myself. Not support is guaranteed. Use as your own risk.
This configuration include both lint and format rules which may cause conflicts with other formatter like Prettier.
Getting Started
npm i -D eslint @joshuaavalon/eslint-config-javascript
// eslint.config.js
import globals from "globals";
import jsConfig from "@joshuaavalon/eslint-config-javascript";
{
...jsConfig,
ignores: ["node_modules", "dist"],
files: ["**/*.js", "**/*.mjs", "**/*.cjs"],
languageOptions: {
globals: { ...globals.node }
}
}
8.3.0
9 months ago
8.2.1
9 months ago
8.2.0
9 months ago
8.1.4
10 months ago
8.1.6
10 months ago
8.1.5
10 months ago
8.1.0
11 months ago
8.0.1
11 months ago
8.0.0
11 months ago
8.1.2
11 months ago
8.1.1
11 months ago
8.0.2
11 months ago
8.1.3
11 months ago
7.1.3
1 year ago
7.1.2
1 year ago
7.1.1
1 year ago
7.1.0
1 year ago
7.0.2
1 year ago
7.0.1
1 year ago
7.0.0
1 year ago