Skip to content

Commit

Permalink
dev: Run prettier on more files
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Jun 23, 2021
1 parent b464354 commit d13c1aa
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 @@ -3,9 +3,9 @@
"scripts": {
"test": "npm -s run lint",
"lint": "npm -s run lint:prettier && npm -s run lint:i18n",
"lint:prettier": "prettier '**/*.{js,json,css,less,md,yml,xml}' --check",
"lint:prettier": "prettier . --check",
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/",
"fix": "prettier '**/*.{js,json,css,less,md,yml,xml}' --write"
"fix": "prettier . --write"
},
"devDependencies": {
"@prettier/plugin-xml": "^0.13.1",
Expand Down

0 comments on commit d13c1aa

Please sign in to comment.