Skip to content

Commit 476cb63

Browse files
committed
Change lint script to run across entire project
1 parent 14e0855 commit 476cb63

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
@@ -15,7 +15,7 @@
1515
"build:pick": "cherry-pick --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm",
1616
"build:dist": "cross-env BABEL_ENV=esm rollup -c",
1717
"bootstrap": "yarn && yarn --cwd www",
18-
"lint": "eslint src test",
18+
"lint": "eslint .",
1919
"release": "release",
2020
"release:next": "release --preid beta --tag next",
2121
"deploy-docs": "yarn --cwd www run deploy",

0 commit comments

Comments
 (0)