Skip to content

Commit b769af6

Browse files
committed
chore: add lint directory
1 parent c3539c5 commit b769af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dev:docs": "npm run dev --prefix ./website",
66
"build:docs": "npm run build --prefix ./website",
77
"deploy": "npm run build:docs && gh-pages -d ./website/dist",
8-
"lint": "eslint packages --quiet",
8+
"lint": "eslint packages plugins --quiet",
99
"test": "npm run lint",
1010
"prepublishOnly": "npm test",
1111
"clean": "lerna clean",

0 commit comments

Comments
 (0)