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

11 lines
206 B
JSON
Raw Normal View History

2021-10-05 01:56:40 +02:00
{
"env": {
"browser": true,
"commonjs": true
},
"extends": [
"airbnb-base"
],
"plugins": ["only-warn"], // Remove this once all error are fixed.
"rules": {}
}