We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1cf07 commit d8631e6Copy full SHA for d8631e6
package.json
@@ -10,7 +10,7 @@
10
"cs-check": "prettier -l $npm_package_prettierOptions '{playground,src,test}/**/*.js'",
11
"cs-format": "prettier --jsx-bracket-same-line --trailing-comma es5 --use-tabs false --semi --tab-width 2 '{playground,src,test}/**/*.js' --write",
12
"dist": "npm run build:lib && npm run build:dist",
13
- "lint": "eslint --format unix src test playground",
+ "lint": "eslint --format unix src playground",
14
"prepare": "npm run dist",
15
"precommit": "lint-staged",
16
"publish-to-gh-pages": "npm run build:playground && gh-pages --dist build/",
0 commit comments