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 482ac69 commit dc8b73dCopy full SHA for dc8b73d
packages/core/package.json
@@ -18,7 +18,7 @@
18
"buid:watch": "tsc --watch",
19
"test": "jest --env jest-environment-jsdom-fourteen",
20
"prepublishOnly": "yarn test && yarn lint && yarn build",
21
- "lint": "eslint src/**/*.{js,ts,tsx} --quiet"
+ "lint": "eslint src/**/*.ts --quiet"
22
},
23
"keywords": [],
24
"license": "ISC",
0 commit comments