Skip to content

Commit

Permalink
test: add prettier 2.x cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Nov 23, 2023
1 parent cef5e9e commit cd458a4
Show file tree
Hide file tree
Showing 5 changed files with 647 additions and 288 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,23 @@
"prepare": "nice-move git hooks",
"prepublishOnly": "pnpm run lint:staged && pnpm test",
"presnapshot": "pnpm run build",
"snapshot": "ava --fail-fast --u",
"snapshot": "ava --fail-fast -u -w",
"pretest": "pnpm run build",
"test": "ava --fail-fast"
},
"devDependencies": {
"@bring-it/npm": "^0.3.1",
"@nice-move/cli": "^0.10.11",
"@nice-move/eslint-config-base": "^0.9.20",
"@nice-move/prettier-config": "^0.9.6",
"@bring-it/npm": "^0.3.9",
"@nice-move/cli": "^0.11.1",
"@nice-move/eslint-config-base": "^0.9.24",
"@nice-move/prettier-config": "^0.9.8",
"ava": "^5.3.1",
"best-shot": "^0.4.2",
"eslint": "^8.50.0",
"best-shot": "^0.4.6",
"eslint": "^8.54.0",
"eslint-plugin-ava": "^14.0.0",
"garou": "^0.6.14",
"garou": "^0.6.19",
"groovy-beautify": "~0.0.17",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prettier-2": "npm:[email protected]",
"string-replace-loader": "^3.1.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit cd458a4

Please sign in to comment.