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 1f97c4e commit e42c6a2Copy full SHA for e42c6a2
package.json
@@ -21,7 +21,7 @@
21
},
22
"scripts": {
23
"build": "rm -rf dist && babel src --out-dir dist && cp ./src/index.d.ts ./dist",
24
- "lint": "eslint \"**/*.{js,jsx}\"",
+ "lint": "eslint \"src/**/*.{js,jsx}\"",
25
"prettier": "prettier --check .",
26
"test": "jest --passWithNoTests",
27
"test:coverage": "npm test -- --coverage --watchAll=false"
0 commit comments