Warn if not using ES6 imports/exports
This commit is contained in:
parent
1160978095
commit
97fe53d647
1 changed files with 4 additions and 0 deletions
|
@ -26,5 +26,9 @@
|
||||||
"__": true,
|
"__": true,
|
||||||
"__n": true,
|
"__n": true,
|
||||||
"app": true
|
"app": true
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"import/no-commonjs": 1,
|
||||||
|
"import/no-amd": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue