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

17 lines
289 B
JSON
Raw Normal View History

2021-10-05 01:56:40 +02:00
{
"env": {
"browser": true,
"commonjs": true
},
"extends": [
"airbnb-base"
],
2021-10-06 04:08:42 +02:00
"plugins": [
"only-warn"
],
"rules": {
"no-underscore-dangle": "off",
"no-restricted-syntax": "off",
"max-len": [1,250]
}
2021-10-05 01:56:40 +02:00
}