There was an error while loading. Please reload this page.
lint
1 parent 42a2b2b commit 81fe00dCopy full SHA for 81fe00d
package.json
@@ -21,8 +21,8 @@
21
"test": "npm run lint && ava",
22
"build": "npm run clean && tsc --project tsconfig.tsd.json && chmod +x dist/cli.js",
23
"clean": "del-cli dist",
24
-"lint": "eslint 'source/**/*'",
25
-"lint:fix": "eslint --fix 'source/**/*'"
+"lint": "eslint \"source/**/*\"",
+"lint:fix": "eslint --fix \"source/**/*\""
26
},
27
"files": [
28
"dist/**/*.js",
0 commit comments