Skip to content

Commit 037337c

Browse files
committed
fix: fix missing eslint-plugin-astro
1 parent 42f1cfb commit 037337c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-atomic",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
44
"description": "Eslint config used in atom-ide-community",
55
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
66
"license": "MIT",
@@ -44,6 +44,7 @@
4444
"eslint-plugin-optimize-regex": "^1.2.1",
4545
"eslint-plugin-react": "^7.34.0",
4646
"eslint-plugin-solid": "^0.13.1",
47+
"eslint-plugin-astro": "^0.31.4",
4748
"eslint-plugin-yaml": "^0.5.0",
4849
"globify-gitignore": "^1.0.3",
4950
"make-synchronous": "^0.1.1",
@@ -63,7 +64,6 @@
6364
"@types/semver": "^7.5.8",
6465
"@types/shelljs": "^0.8.15",
6566
"eslint-config-atomic": "link:",
66-
"eslint-plugin-astro": "^0.31.4",
6767
"execa": "^5.1.1",
6868
"gitly": "^2.5.2",
6969
"npm-check-updates": "16.14.15",

0 commit comments

Comments
 (0)