mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
17 lines
289 B
JSON
17 lines
289 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"commonjs": true
|
|
},
|
|
"extends": [
|
|
"airbnb-base"
|
|
],
|
|
"plugins": [
|
|
"only-warn"
|
|
],
|
|
"rules": {
|
|
"no-underscore-dangle": "off",
|
|
"no-restricted-syntax": "off",
|
|
"max-len": [1,250]
|
|
}
|
|
} |