Skip to content

Commit

Permalink
revert eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Apr 16, 2024
1 parent 7531e87 commit 5ff21f2
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 486 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ html/
node_modules/
NOTES.md
tsconfig.tsbuildinfo

*storybook.log
4 changes: 2 additions & 2 deletions packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dev:lib": "vite",
"dev:storybook": "storybook dev",
"dev:styles": "gulp watch",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint --ext ts,tsx --report-unused-disable-directives --max-warnings 0 src",
"test:storybook": "test-storybook",
"test:url": "test-storybook --url http://127.0.0.1:9009 --config-dir storybook",
"test:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm build:storybook --quiet && npx http-server storybook/public --port 9009 --silent\" \"wait-on tcp:127.0.0.1:9009 && pnpm test:url --maxWorkers=2\""
Expand Down Expand Up @@ -46,7 +46,7 @@
"@uswds/compile": "github:danielnaab/uswds-compile#package-json-paths",
"@vitejs/plugin-react": "^4.2.1",
"concurrently": "^8.2.2",
"eslint": "^9.0.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.34.1",
"glob": "^10.3.12",
"gulp": "^5.0.0",
Expand Down
Loading

0 comments on commit 5ff21f2

Please sign in to comment.