mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(package) rm babel-eslint
This commit is contained in:
parent
399e9c8f1d
commit
e4d22db19d
2 changed files with 2 additions and 7 deletions
|
|
@ -1,15 +1,11 @@
|
|||
{
|
||||
"parser": "babel-eslint",
|
||||
"env": {
|
||||
"es6": true,
|
||||
"node": true,
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2017,
|
||||
"ecmaVersion": 2018,
|
||||
"sourceType": "module",
|
||||
"ecmaFeatures": {
|
||||
"experimentalObjectRestSpread": true
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"indent": ["error", 4],
|
||||
|
|
|
|||
|
|
@ -167,7 +167,6 @@
|
|||
"@cloudcmd/clipboard": "^1.0.2",
|
||||
"@cloudcmd/create-element": "^1.0.0",
|
||||
"@cloudcmd/modal": "^1.0.0",
|
||||
"babel-eslint": "^10.0.0",
|
||||
"babel-loader": "^8.0.0",
|
||||
"babel-plugin-macros": "^2.2.1",
|
||||
"clean-css-loader": "^1.0.1",
|
||||
|
|
@ -225,7 +224,7 @@
|
|||
"yaspeller": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
"node": ">=8.3.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "server/cloudcmd.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue