UNPKG

268 BPlain TextView Raw
1{
2 "env": {
3 "node": true,
4 "es6": true,
5 },
6 "globals": {
7
8 },
9 "plugins": [
10 "coffeescript"
11 ],
12 "extends": ["eslint:recommended"],
13 "rules": {
14 "no-console": ["off", { allow: ["info","log"] }],
15 "no-extra-semi" : ["off", {}],
16 },
17}
\No newline at end of file