mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
add babel-eslint, link all files
This commit is contained in:
parent
d4a030f953
commit
7f94a79c27
3 changed files with 152 additions and 69 deletions
|
|
@ -41,6 +41,7 @@
|
|||
"socket.io": "^2.3.0",
|
||||
"yargs": "^15.1.0",
|
||||
"webpack-stream": "^5.2.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"@babel/core": "^7.8.7",
|
||||
"@babel/preset-env": "^7.8.7"
|
||||
},
|
||||
|
|
@ -49,6 +50,7 @@
|
|||
"browser": true,
|
||||
"es6": true
|
||||
},
|
||||
"parser": "babel-eslint",
|
||||
"parserOptions": {
|
||||
"sourceType": "module",
|
||||
"allowImportExportEverywhere": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue