minwiz/.eslintrc.json

17 lines
263 B
JSON

{
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": ["airbnb-base"],
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
"quotes": "off",
"implicit-arrow-linebreak": "off",
"comma-dangle": "off"
}
}