mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 22:01:49 +00:00
Modify 'lint' cmd - Run eslint for jsx.tsx also
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@
|
|||||||
"compile": "tsc -p tsconfig.base.json",
|
"compile": "tsc -p tsconfig.base.json",
|
||||||
"docs": "npx typedoc ./src/",
|
"docs": "npx typedoc ./src/",
|
||||||
"format": "prettier --write \"**/*.{js,ts,tsx}\"",
|
"format": "prettier --write \"**/*.{js,ts,tsx}\"",
|
||||||
"lint": "eslint . --ext .js,.ts",
|
"lint": "eslint . --ext .js,.ts,.jsx,.tsx",
|
||||||
"postbundle": "del compiled && cp-cli ./index.js ./dist/index.js",
|
"postbundle": "del compiled && cp-cli ./index.js ./dist/index.js",
|
||||||
"postversion": "git push && git push --tags && npm publish",
|
"postversion": "git push && git push --tags && npm publish",
|
||||||
"release": "npm version -m 'Release v%s'",
|
"release": "npm version -m 'Release v%s'",
|
||||||
|
|||||||
Reference in New Issue
Block a user