80b6050
1 2 3 4 5 6 7 8 9
module.exports = { "extends": ["airbnb-base"], "plugins": [ "mocha" ], "rules": { "mocha/no-exclusive-tests": "error" } };