Skip to content

Commit 6ad43c3

Browse files
committed
Makes tsx files checked by the formatters.
1 parent 0f449aa commit 6ad43c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"scripts": {
1818
"dev": "http-server ./ -p 7000 -c-1 --cors",
1919
"server": "http-server ./ -p 7000 --cors",
20-
"lint:check": "eslint **/*.mjs",
21-
"lint:fix": "eslint \"**/*.{js,mjs,jsx,ts}\" --fix",
20+
"lint:check": "eslint **/*.{js,mjs,jsx,ts,tsx}",
21+
"lint:fix": "eslint \"**/*.{js,mjs,jsx,ts,tsx}\" --fix",
2222
"pretty:check": "prettier --check ./",
2323
"pretty:fix": "prettier --write ./",
2424
"format": "npm run pretty:fix ; npm run lint:fix",

0 commit comments

Comments
 (0)