@finsweet/eslint-config
Advanced tools
Comparing version 2.0.1 to 2.0.2
# @finsweet/eslint-config | ||
## 2.0.2 | ||
### Patch Changes | ||
- b1f049d: chore: updated dependencies | ||
## 2.0.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@finsweet/eslint-config", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Finsweet's official configuration for ESLint.", | ||
@@ -9,20 +9,20 @@ "main": ".eslintrc.js", | ||
"@changesets/cli": "^2.26.0", | ||
"@typescript-eslint/eslint-plugin": "^5.48.2", | ||
"@typescript-eslint/parser": "^5.48.2", | ||
"eslint": "^8.32.0", | ||
"@typescript-eslint/eslint-plugin": "^5.51.0", | ||
"@typescript-eslint/parser": "^5.51.0", | ||
"eslint": "^8.33.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-simple-import-sort": "^9.0.0", | ||
"prettier": "^2.8.3", | ||
"typescript": "^4.9.4" | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"prettier": "^2.8.4", | ||
"typescript": "^4.9.5" | ||
}, | ||
"peerDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.48.2", | ||
"@typescript-eslint/parser": "^5.48.2", | ||
"eslint": "^8.32.0", | ||
"@typescript-eslint/eslint-plugin": "^5.51.0", | ||
"@typescript-eslint/parser": "^5.51.0", | ||
"eslint": "^8.33.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-simple-import-sort": "^9.0.0", | ||
"prettier": "^2.8.3", | ||
"typescript": "^4.9.4" | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"prettier": "^2.8.4", | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -29,0 +29,0 @@ "repository": { |
@@ -10,3 +10,3 @@ # eslint-config | ||
```bash | ||
pnpm add -D eslint prettier typescript @finsweet/eslint-config eslint-config-prettier eslint-plugin-prettier @typescript-eslint/eslint-plugin @typescript-eslint/parser | ||
pnpm add -D eslint prettier typescript @finsweet/eslint-config eslint-config-prettier eslint-plugin-prettier eslint-plugin-simple-import-sort @typescript-eslint/eslint-plugin @typescript-eslint/parser | ||
``` | ||
@@ -13,0 +13,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6185