{ "extends": ["airbnb-base", "plugin:jest/recommended"], "plugins": ["jest"], "rules": { "linebreak-style": "off", "no-unused-expressions": [ "error", { "allowTernary": true } ], "no-console": "off", "no-underscore-dangle": ["warn", { "allow": ["_id"] }], "func-names": "off" } }