{ "ecmaFeatures": { "arrowFunctions": true }, "env": { "node": true }, "extends": "airbnb-base", "plugins": ["babel"], "rules": { "babel/generator-star-spacing": 1, "babel/new-cap": 1, "babel/array-bracket-spacing": 1, "babel/object-curly-spacing": 0, "babel/object-shorthand": 1, "babel/arrow-parens": 1, "babel/no-await-in-loop": 1, "consistent-return": 0, "default-case": 1, "eqeqeq": 0, "func-names": 0, "global-require": 0, "guard-for-in": 0, "id-length": [0], "indent": [2], "max-len": [2, 180, 4, { "ignoreComments": true, "ignoreUrls": true }], "no-cond-assign": 0, "no-console": 0, "no-else-return": 0, "no-eq-null": 0, "no-loop-func": 0, "no-multiple-empty-lines": [1, {"max": 2}], "no-param-reassign": 0, "no-proto": 0, "no-return-assign": 0, "no-shadow": 0, "no-unused-vars": [2, {"args": "none"}], "no-use-before-define": [2, "nofunc"], "object-shorthand": 0, "prefer-const": 0, "prefer-rest-params": 0 } }