@joshuaavalon/eslint-config-typescript 6.0.0 → 6.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joshuaavalon/eslint-config-typescript",
3
- "version": "6.0.0",
3
+ "version": "6.1.1",
4
4
  "description": "Shareable ESLint Typescript config.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,6 +31,7 @@
31
31
  "@typescript-eslint/eslint-plugin": "^5.14.0",
32
32
  "@typescript-eslint/parser": "^5.14.0",
33
33
  "eslint": "^8.11.0",
34
- "eslint-config-prettier": "^8.5.0"
34
+ "eslint-config-prettier": "^8.5.0",
35
+ "eslint-plugin-prettier": "^4.0.0"
35
36
  }
36
37
  }