wisemapping-frontend/packages/mindplot/.eslintrc.json

13 lines
208 B
JSON
Raw Normal View History

2021-10-05 02:05:34 +02:00
{
"env": {
"browser": true,
"commonjs": true
},
"extends": [
"airbnb-base"
],
"plugins": ["only-warn"],
2021-10-06 04:08:42 +02:00
"rules": {
"no-underscore-dangle": "off"
}
2021-10-05 02:05:34 +02:00
}