@bsara/eslint-config-react
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "@bsara/eslint-config-react", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "bsara's React ESLint config", | ||
@@ -19,4 +19,4 @@ "authors": [ | ||
"prebuild": "npm run clean", | ||
"build": "npx eslint-config-inspector build --config index.js --base /react --files false", | ||
"postbuild": "mv .eslint-config-inspector ../../public/react", | ||
"build": "npx eslint-config-inspector build --config index.js --base /bsara-eslint-configs/react --files false", | ||
"postbuild": "node ../../.scripts/add-proj-info.js react \"-react\" && mv .eslint-config-inspector ../../public/react", | ||
"clean": "[ -d \"../../public/react\" ] && rm -R ../../public/react || echo done", | ||
@@ -37,3 +37,3 @@ "start": "npx eslint-config-inspector start --config ./index.js --port 7772 --files false" | ||
"dependencies": { | ||
"@bsara/eslint-config-node": "1.0.3", | ||
"@bsara/eslint-config-node": "1.0.4", | ||
"eslint-plugin-jsx-a11y": "^6.10.2", | ||
@@ -40,0 +40,0 @@ "eslint-plugin-react": "^7.37.2", |
@@ -9,3 +9,3 @@ @bsara/eslint-config-react | ||
[Configs Inspector](https://bsara.gitlab.io/bsara-eslint-configs) | ||
[Config Inspector](https://bsara.gitlab.io/bsara-eslint-configs/react) | ||
@@ -12,0 +12,0 @@ |
7964
+ Added@bsara/eslint-config-node@1.0.4(transitive)
+ Added@eslint/core@0.11.0(transitive)
+ Added@eslint/js@9.20.0(transitive)
+ Addedeslint@9.20.1(transitive)
+ Addedfor-each@0.3.5(transitive)
- Removed@bsara/eslint-config-node@1.0.3(transitive)
- Removed@eslint/js@9.19.0(transitive)
- Removedeslint@9.19.0(transitive)
- Removedfor-each@0.3.4(transitive)