{ "env": { "mocha": true, "node": true }, "extends": [ "airbnb" ], "rules": { "import/no-extraneous-dependencies": [ "error", { "devDependencies": true } ], "indent": [ "error", 8 ], "no-underscore-dangle": [ "error", { "allow": [ "_id" ] } ], "spaced-comment": [ "error", "always", { "exceptions": [ "endregion" ], "markers": [ "noinspection", "region" ] } ] } }