Prevent error with require
This commit is contained in:
parent
dd714adf6a
commit
f22daca45a
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
'env': {
|
'env': {
|
||||||
'browser': true,
|
'browser': true,
|
||||||
'es6': true
|
'es6': true,
|
||||||
|
"node": true
|
||||||
},
|
},
|
||||||
'extends': [
|
'extends': [
|
||||||
'eslint:recommended',
|
'eslint:recommended',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue