Refactored package.json for consistent indentation and formatting.
This commit is contained in:
parent
320ee6b3d3
commit
2730074922
|
@ -24,7 +24,7 @@
|
||||||
"test:fix": "npm run test:prettier:fix && npm run test:eslint:fix",
|
"test:fix": "npm run test:prettier:fix && npm run test:eslint:fix",
|
||||||
"test:eslint": "eslint 'src/**/*.{js,vue}' --cache",
|
"test:eslint": "eslint 'src/**/*.{js,vue}' --cache",
|
||||||
"test:eslint:fix": "npm run test:eslint -- --fix",
|
"test:eslint:fix": "npm run test:eslint -- --fix",
|
||||||
"test:stylelint": "stylelint 'src/**/*.{scss,css}' --config node_modules/do-bulma/.stylelintrc.json",
|
"test:stylelint": "stylelint 'src/**/*.{scss}' --config node_modules/do-bulma/.stylelintrc.json",
|
||||||
"test:i18n-packs": "node src/nginxconfig/i18n/verify.js",
|
"test:i18n-packs": "node src/nginxconfig/i18n/verify.js",
|
||||||
"test:prettier": "prettier 'src/**/*.{js,vue}' --check",
|
"test:prettier": "prettier 'src/**/*.{js,vue}' --check",
|
||||||
"test:prettier:fix": "prettier --write 'src/**/*.{js,vue}'",
|
"test:prettier:fix": "prettier --write 'src/**/*.{js,vue}'",
|
||||||
|
@ -100,7 +100,7 @@
|
||||||
"@vue/cli-service": {
|
"@vue/cli-service": {
|
||||||
"mini-css-extract-plugin": "^1.6.2",
|
"mini-css-extract-plugin": "^1.6.2",
|
||||||
"@achrinza/node-ipc": "^10.1.10"
|
"@achrinza/node-ipc": "^10.1.10"
|
||||||
},
|
},
|
||||||
"pretty-checkbox-vue": {
|
"pretty-checkbox-vue": {
|
||||||
"vue": "^3.0.0"
|
"vue": "^3.0.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue