0.0.37 • Published 10 months ago
@demonicattack/eslint v0.0.37
npm
npm install -D @demonicattack/eslint
yarn
yarn add -D @demonicattack/eslint
pnpm
pnpm add -D @demonicattack/eslint
configuration file
// eslint.config.js
import { eslint } from '@demonicattack/eslint';
/**@type {import('eslint').Linter.FlatConfig[]} */
export default eslint;
add .vscode settings
{
"eslint.experimental.useFlatConfig": true,
"eslint.options": {
"overrideConfigFile": "./eslint.config.js"
},
}
script
{
"scripts": {
"lint": "eslint -c eslint.config.js --fix --no-error-on-unmatched-pattern ."
}
}
0.0.37
10 months ago
0.0.36
10 months ago
0.0.30
10 months ago
0.0.31
10 months ago
0.0.32
10 months ago
0.0.33
10 months ago
0.0.34
10 months ago
0.0.35
10 months ago
0.0.27
10 months ago
0.0.28
10 months ago
0.0.29
10 months ago
0.0.23
10 months ago
0.0.24
10 months ago
0.0.25
10 months ago
0.0.26
10 months ago
0.0.21
10 months ago
0.0.22
10 months ago
0.0.20
1 year ago
0.0.19
1 year ago
0.0.16
1 year ago
0.0.17
1 year ago
0.0.18
1 year ago
0.0.10
1 year ago
0.0.11
1 year ago
0.0.12
1 year ago
0.0.13
1 year ago
0.0.14
1 year ago
0.0.15
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago