Skip to content

Commit

Permalink
fix: fix missing eslint-plugin-astro
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 5, 2024
1 parent 42f1cfb commit 037337c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-atomic",
"version": "1.21.0",
"version": "1.21.1",
"description": "Eslint config used in atom-ide-community",
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
"license": "MIT",
Expand Down Expand Up @@ -44,6 +44,7 @@
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-solid": "^0.13.1",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-yaml": "^0.5.0",
"globify-gitignore": "^1.0.3",
"make-synchronous": "^0.1.1",
Expand All @@ -63,7 +64,6 @@
"@types/semver": "^7.5.8",
"@types/shelljs": "^0.8.15",
"eslint-config-atomic": "link:",
"eslint-plugin-astro": "^0.31.4",
"execa": "^5.1.1",
"gitly": "^2.5.2",
"npm-check-updates": "16.14.15",
Expand Down

0 comments on commit 037337c

Please sign in to comment.