1.2.1 • Published 6 months ago
eslint-config-airbe v1.2.1
eslint-config-airbe
!NOTE A eslint config preset.
Install
# The lib build in the deps, so you just need to install the one.
npm install eslint-config-airbe --save-dev
Usage
import defineConfig from 'eslint-config-airbe'
export default defineConfig({
js: {
"no-console": "error"
},
ts: true,
vue: true,
stylistic: true,
importX: true,
unusedImports: true,
ignores: ["node_modules"],
globals: {
bar: true,
foo: "readonly",
baz: "writable",
}
})
1.2.1
6 months ago
1.2.0
9 months ago
1.1.0
10 months ago
1.0.2
11 months ago
1.0.1
12 months ago
1.0.0-beta.7
12 months ago
1.0.0-beta.6
12 months ago
1.0.0-beta.5
12 months ago
1.0.0-beta.4
12 months ago
1.0.0-beta.3
12 months ago
1.0.0-beta.2
12 months ago
1.0.0-beta.1
12 months ago
1.0.0
12 months ago