mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
22 lines
418 B
JSON
22 lines
418 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"commonjs": true,
|
|
"es2021": true
|
|
},
|
|
"extends": [
|
|
"airbnb-base"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 12
|
|
},
|
|
"rules": {
|
|
"max-len": [0, 200],
|
|
"no-underscore-dangle": "off",
|
|
"no-restricted-syntax": "off",
|
|
"guard-for-in": "off",
|
|
"no-plusplus": "off"
|
|
},
|
|
"plugins": ["only-warn"]
|
|
|
|
} |