Skip to content

Commit 817e950

Browse files
committed
add lint scripts
1 parent da7873a commit 817e950

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/integrations/flat-config/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"type": "module",
55
"version": "1.0.0",
66
"description": "Integration test for flat config",
7+
"scripts": {
8+
"lint": "eslint ."
9+
},
710
"dependencies": {
811
"eslint": "^9.0.0",
912
"eslint-plugin-storybook": "file:../../.."

tests/integrations/legacy-config/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"type": "module",
55
"version": "1.0.0",
66
"description": "Integration test for legacy config",
7+
"scripts": {
8+
"lint": "eslint ."
9+
},
710
"dependencies": {
811
"eslint": "^8.57.0-0",
912
"eslint-plugin-storybook": "file:../../.."

0 commit comments

Comments
 (0)