wisemapping-frontend/packages/mindplot/.eslintrc.json
Paulo Gustavo Veiga c89d40758a Fix lint issues.
2021-10-05 19:08:42 -07:00

13 lines
208 B
JSON

{
"env": {
"browser": true,
"commonjs": true
},
"extends": [
"airbnb-base"
],
"plugins": ["only-warn"],
"rules": {
"no-underscore-dangle": "off"
}
}