UNPKG

234 BJavaScriptView Raw
1module.exports = {
2 extends: 'eslint:recommended',
3 env: {
4 node: true,
5 es6: true,
6 mocha: true,
7 },
8 parserOptions: {
9 ecmaVersion: 6
10 },
11 rules: {
12 'no-console': 'off',
13 },
14};
\No newline at end of file