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