Skip to content

Commit

Permalink
fix: missing parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed May 22, 2024
1 parent 008b202 commit be8bd76
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 14 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@stylistic/eslint-plugin-js": "^2.1.0",
"@stylistic/eslint-plugin-plus": "^2.1.0",
"@stylistic/eslint-plugin-ts": "^2.1.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint-config-flat-gitignore": "^0.1.5",
"eslint-flat-config-utils": "^0.2.4",
"eslint-import-resolver-alias": "^1.1.2",
Expand All @@ -55,7 +56,8 @@
"globals": "^15.2.0",
"local-pkg": "^0.5.0",
"semver": "^7.6.2",
"typescript-eslint": "^7.9.0"
"typescript-eslint": "^7.9.0",
"vue-eslint-parser": "^9.4.2"
},
"peerDependencies": {
"@babel/core": ">=7.11.0",
Expand Down
96 changes: 83 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be8bd76

Please sign in to comment.