Skip to content

Commit d8631e6

Browse files
author
Christopher Whatley
committed
Fix lint
1 parent ed1cf07 commit d8631e6

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
@@ -10,7 +10,7 @@
1010
"cs-check": "prettier -l $npm_package_prettierOptions '{playground,src,test}/**/*.js'",
1111
"cs-format": "prettier --jsx-bracket-same-line --trailing-comma es5 --use-tabs false --semi --tab-width 2 '{playground,src,test}/**/*.js' --write",
1212
"dist": "npm run build:lib && npm run build:dist",
13-
"lint": "eslint --format unix src test playground",
13+
"lint": "eslint --format unix src playground",
1414
"prepare": "npm run dist",
1515
"precommit": "lint-staged",
1616
"publish-to-gh-pages": "npm run build:playground && gh-pages --dist build/",

0 commit comments

Comments
 (0)