Skip to content

Commit

Permalink
Refactored package.json for consistent indentation and formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmz-v-x committed Oct 3, 2024
1 parent 320ee6b commit 2730074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:fix": "npm run test:prettier:fix && npm run test:eslint:fix",
"test:eslint": "eslint 'src/**/*.{js,vue}' --cache",
"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:prettier": "prettier 'src/**/*.{js,vue}' --check",
"test:prettier:fix": "prettier --write 'src/**/*.{js,vue}'",
Expand Down Expand Up @@ -100,7 +100,7 @@
"@vue/cli-service": {
"mini-css-extract-plugin": "^1.6.2",
"@achrinza/node-ipc": "^10.1.10"
},
},
"pretty-checkbox-vue": {
"vue": "^3.0.0"
}
Expand Down

0 comments on commit 2730074

Please sign in to comment.