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 = {
|
||||
'env': {
|
||||
'browser': true,
|
||||
'es6': true
|
||||
'es6': true,
|
||||
"node": true
|
||||
},
|
||||
'extends': [
|
||||
'eslint:recommended',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue