1 Commits
1.0.3 ... 1.0.4

Author SHA1 Message Date
b545638905 add missing dependency
All checks were successful
Build ESLint Config and Release / build-and-release (push) Successful in 3s
2026-01-03 20:20:38 +01:00

View File

@@ -1,6 +1,6 @@
{ {
"name": "@sebastianbrenner/eslint-config", "name": "@sebastianbrenner/eslint-config",
"version": "1.0.3", "version": "1.0.4",
"type": "module", "type": "module",
"main": "./index.js", "main": "./index.js",
"scripts": { "scripts": {
@@ -19,6 +19,7 @@
"eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5", "eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1", "eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-unused-imports": "4.3.0" "eslint-plugin-unused-imports": "4.3.0",
"@stylistic/eslint-plugin": "1.7.0"
} }
} }