wisemapping-frontend/packages/web2d/.eslintrc.json
2021-10-04 16:56:40 -07:00

11 lines
206 B
JSON

{
"env": {
"browser": true,
"commonjs": true
},
"extends": [
"airbnb-base"
],
"plugins": ["only-warn"], // Remove this once all error are fixed.
"rules": {}
}