We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 351b613 + 0ca1a3f commit 9d725c5Copy full SHA for 9d725c5
packages/core/package.json
@@ -65,7 +65,7 @@
65
"license": "MIT",
66
"scripts": {
67
"docs": "node ./scripts/docs.js",
68
- "lint": "eslint -c ../../.eslintrc.js 'src/**/*.js'",
+ "lint": "eslint -c ../../.eslintrc.js src/**/*.js",
69
"pretest": "npm run lint",
70
"release": "standard-version",
71
"test": "tap test/*_tests.js --reporter spec --coverage"
0 commit comments