mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
FIX: Linting
This commit is contained in:
parent
fecdd8b1d5
commit
d191748fe2
@ -16,7 +16,7 @@
|
|||||||
"start": "cross-env NODE_ENV=development webpack-dev-server --config webpack.config.serve.js",
|
"start": "cross-env NODE_ENV=development webpack-dev-server --config webpack.config.serve.js",
|
||||||
"dash": "cross-env NODE_ENV=development webpack-dashboard -- webpack-dev-server --config webpack.config.serve.js",
|
"dash": "cross-env NODE_ENV=development webpack-dashboard -- webpack-dev-server --config webpack.config.serve.js",
|
||||||
"prebuild": "rimraf ./app/client/dist",
|
"prebuild": "rimraf ./app/client/dist",
|
||||||
"build": "cross-env NODE_ENV=production webpack --progress --stats-all",
|
"build": "eslint ./app/client/src --config eslint.config.json --fix && sass-lint ./app/client/src --config sass-lint.yml -v -q --fix && cross-env NODE_ENV=production webpack --progress --stats-all",
|
||||||
"lint:check": "eslint ./app/client/src --config eslint.config.json && sass-lint ./app/client/src --config sass-lint.yml -v -q",
|
"lint:check": "eslint ./app/client/src --config eslint.config.json && sass-lint ./app/client/src --config sass-lint.yml -v -q",
|
||||||
"lint:fix": "eslint ./app/client/src --config eslint.config.json --fix && sass-lint ./app/client/src --config sass-lint.yml -v -q --fix",
|
"lint:fix": "eslint ./app/client/src --config eslint.config.json --fix && sass-lint ./app/client/src --config sass-lint.yml -v -q --fix",
|
||||||
"lint:js": "eslint ./app/client/src --config eslint.config.json",
|
"lint:js": "eslint ./app/client/src --config eslint.config.json",
|
||||||
@ -64,7 +64,8 @@
|
|||||||
"react-tiny-oembed": "^1.1.0",
|
"react-tiny-oembed": "^1.1.0",
|
||||||
"rxjs": "^7.3.0",
|
"rxjs": "^7.3.0",
|
||||||
"select2": "^4.0.13",
|
"select2": "^4.0.13",
|
||||||
"setimmediate": "^1.0.5"
|
"setimmediate": "^1.0.5",
|
||||||
|
"youtube-embed": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@a2nt/image-sprite-webpack-plugin": "^0.2.5",
|
"@a2nt/image-sprite-webpack-plugin": "^0.2.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user