UNPKG

299 BJSONView Raw
1{
2 "extends": "airbnb-base",
3 "plugins": [
4 "chai-friendly"
5 ],
6 "env": {
7 "mocha": true,
8 "es6": true
9 },
10 "rules": {
11 "no-unused-expressions": "off",
12 "chai-friendly/no-unused-expressions": 2,
13 "comma-dangle": "off"
14 }
15}
\No newline at end of file