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 2d218eb commit b43f1f7Copy full SHA for b43f1f7
package.json
@@ -17,7 +17,7 @@
17
"build": "rollup -c",
18
"docs:dev": "docz dev",
19
"docs:build": "docz build",
20
- "lint": "eslint 'src/components/**/*.{js,ts,tsx}'",
+ "lint": "eslint \"src/components/**/*.{js,ts,tsx}\"",
21
"test": "jest --coverage",
22
"test:update": "jest --coverage --updateSnapshot"
23
},
0 commit comments