mirror of https://github.com/vladmandic/automatic
21 lines
424 B
JSON
21 lines
424 B
JSON
{
|
|
"globals": {},
|
|
"env": {
|
|
"browser": true,
|
|
"commonjs": false,
|
|
"node": false,
|
|
"jquery": false,
|
|
"es2020": true
|
|
},
|
|
"parserOptions": { "ecmaVersion": 2020 },
|
|
"plugins": [],
|
|
"extends": ["eslint:recommended", "airbnb-base"],
|
|
"rules": {
|
|
"max-len": [1, 220, 3],
|
|
"camelcase":"off",
|
|
"no-unused-vars":"off",
|
|
"no-plusplus":"off",
|
|
"no-param-reassign":"off"
|
|
}
|
|
}
|