diff options
| author | Shinigami <[email protected]> | 2022-02-08 18:04:47 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-08 18:04:47 +0100 |
| commit | 76e9ac3ea48715ddc9abd0645c7f8a1fa278a432 (patch) | |
| tree | 43b009dedd4edfd5773dc95717aee07af326aae8 /package.json | |
| parent | f1884becbc108c3ddbad952d879cec0fc5196e08 (diff) | |
| download | faker-76e9ac3ea48715ddc9abd0645c7f8a1fa278a432.tar.xz faker-76e9ac3ea48715ddc9abd0645c7f8a1fa278a432.zip | |
chore(revert): #399 (#453)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json index 271e927c..c5ff40fa 100644 --- a/package.json +++ b/package.json @@ -88,19 +88,21 @@ }, "devDependencies": { "@types/node": "~16.11.22", - "@typescript-eslint/eslint-plugin": "~5.10.2", - "@typescript-eslint/parser": "~5.10.2", "@types/prettier": "~2.4.3", "@types/validator": "~13.7.1", + "@typescript-eslint/eslint-plugin": "~5.10.2", + "@typescript-eslint/parser": "~5.10.2", "@vitest/ui": "~0.2.7", "c8": "~7.11.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.4.1", "esbuild": "~0.14.19", + "eslint": "~8.8.0", + "eslint-config-prettier": "~8.3.0", "eslint-define-config": "~1.2.4", "eslint-gitignore": "~0.1.0", "eslint-plugin-jsdoc": "~37.7.1", - "eslint": "~8.8.0", + "eslint-plugin-prettier": "~4.0.0", "esno": "~0.14.1", "lint-staged": "~12.3.3", "npm-run-all": "~4.1.5", |
