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

17 lines
289 B
JSON

{
"env": {
"browser": true,
"commonjs": true
},
"extends": [
"airbnb-base"
],
"plugins": [
"only-warn"
],
"rules": {
"no-underscore-dangle": "off",
"no-restricted-syntax": "off",
"max-len": [1,250]
}
}