We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7873a commit 817e950Copy full SHA for 817e950
tests/integrations/flat-config/package.json
@@ -4,6 +4,9 @@
4
"type": "module",
5
"version": "1.0.0",
6
"description": "Integration test for flat config",
7
+ "scripts": {
8
+ "lint": "eslint ."
9
+ },
10
"dependencies": {
11
"eslint": "^9.0.0",
12
"eslint-plugin-storybook": "file:../../.."
tests/integrations/legacy-config/package.json
"description": "Integration test for legacy config",
"eslint": "^8.57.0-0",
0 commit comments