UNPKG

266 BJavaScriptView Raw
1module.exports = {
2 'env': {
3 'node': true
4 },
5 'extends': 'eslint:recommended',
6 'rules': {
7 'strict': [2, "global"],
8 'no-mixed-spaces-and-tabs': "off",
9 'no-console':'off',
10 'no-unexpected-multiline':'off'
11 }
12}