Fix Indent Issues (Update Eslint/Stylelint)

pull/3991/head
Qstick 5 years ago
parent 5a5e896eb4
commit 3576f529ec

@ -8,7 +8,7 @@
"watch": "gulp watch", "watch": "gulp watch",
"clean": "git clean -fXd", "clean": "git clean -fXd",
"lint": "esprint check", "lint": "esprint check",
"lint-fix": "eslint start --fix", "lint-fix": "esprint check --fix",
"stylelint-linux": "stylelint $(find frontend -name '*.css') --config frontend/.stylelintrc", "stylelint-linux": "stylelint $(find frontend -name '*.css') --config frontend/.stylelintrc",
"stylelint-windows": "stylelint frontend/**/*.css --config frontend/.stylelintrc" "stylelint-windows": "stylelint frontend/**/*.css --config frontend/.stylelintrc"
}, },
@ -52,10 +52,9 @@
"css-loader": "3.2.1", "css-loader": "3.2.1",
"del": "5.1.0", "del": "5.1.0",
"element-class": "0.2.2", "element-class": "0.2.2",
"esformatter": "0.11.2",
"eslint": "6.8.0", "eslint": "6.8.0",
"eslint-plugin-filenames": "1.3.2", "eslint-plugin-filenames": "1.3.2",
"eslint-plugin-react": "7.18.0", "eslint-plugin-react": "7.19.0",
"esprint": "0.6.0", "esprint": "0.6.0",
"file-loader": "5.0.2", "file-loader": "5.0.2",
"filesize": "4.1.2", "filesize": "4.1.2",
@ -120,7 +119,7 @@
"run-sequence": "2.2.1", "run-sequence": "2.2.1",
"streamqueue": "1.1.2", "streamqueue": "1.1.2",
"style-loader": "1.0.1", "style-loader": "1.0.1",
"stylelint": "13.0.0", "stylelint": "13.2.1",
"stylelint-order": "4.0.0", "stylelint-order": "4.0.0",
"url-loader": "3.0.0", "url-loader": "3.0.0",
"webpack": "4.41.2", "webpack": "4.41.2",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save