1
0
mirror of synced 2025-12-10 08:28:08 +08:00

chore: remove prettier dependency

This commit is contained in:
surunzi
2020-11-21 19:44:10 +08:00
parent 37fe0e8613
commit 870e1b9b66

View File

@@ -9,7 +9,7 @@
"build:analyser": "webpack --config build/webpack.analyser.js",
"dev": "webpack-dev-server --config build/webpack.dev.js --host 0.0.0.0",
"test": "karma start",
"format": "prettier *.js eustia/*.js src/**/*.{js,scss,css} script/*.js build/*.js test/*.{js,html} --write",
"format": "lsla prettier *.js eustia/*.js src/**/*.{js,scss,css} script/*.js build/*.js test/*.{js,html} --write",
"lint": "eslint src/**/*.js",
"lint:fix": "npm run lint -- --fix",
"setup": "shx mkdir -p test/lib && shx cp node_modules/jasmine-core/lib/jasmine-core/{jasmine.css,jasmine.js,jasmine-html.js,boot.js} test/lib && shx cp node_modules/jasmine-jquery/lib/jasmine-jquery.js test/lib && shx cp node_modules/jquery/dist/jquery.js test/lib",
@@ -69,7 +69,6 @@
"postcss-clean": "^1.1.0",
"postcss-loader": "^3.0.0",
"postcss-prefixer": "^2.1.2",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"shx": "^0.3.2",
"webfonts-generator": "^0.4.0",