Skip to content

Commit dc8b73d

Browse files
committed
fix, lint only ts files
1 parent 482ac69 commit dc8b73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"buid:watch": "tsc --watch",
1919
"test": "jest --env jest-environment-jsdom-fourteen",
2020
"prepublishOnly": "yarn test && yarn lint && yarn build",
21-
"lint": "eslint src/**/*.{js,ts,tsx} --quiet"
21+
"lint": "eslint src/**/*.ts --quiet"
2222
},
2323
"keywords": [],
2424
"license": "ISC",

0 commit comments

Comments
 (0)