mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
11 lines
206 B
JSON
11 lines
206 B
JSON
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"commonjs": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"airbnb-base"
|
||
|
],
|
||
|
"plugins": ["only-warn"], // Remove this once all error are fixed.
|
||
|
"rules": {}
|
||
|
}
|