Skip to content

Commit

Permalink
Update @withfig/eslint-config-autocomplete to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed Mar 19, 2024
1 parent 915e9d1 commit 5425c7f
Show file tree
Hide file tree
Showing 2 changed files with 1,370 additions and 254 deletions.
15 changes: 7 additions & 8 deletions eslint/config-autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fig/eslint-config-autocomplete",
"version": "1.2.1",
"version": "2.0.0",
"description": "Shared ESlint configuration for autocomplete repos",
"author": "The Fig Team",
"keywords": [
Expand All @@ -11,14 +11,13 @@
],
"license": "MIT",
"main": "./index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@withfig/eslint-plugin-fig-linter": "workspace:^",
"eslint-plugin-compat": "^4.2.0"
},
"peerDependencies": {
"eslint": ">=8"
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@withfig/eslint-plugin-fig-linter": "workspace:^",
"eslint": "^8.56.0",
"eslint-plugin-compat": "^4.2.0",
"typescript": ">=4.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 5425c7f

Please sign in to comment.