Skip to content

Commit 77ed143

Browse files
committed
ci: Remove ext flag in eslint command
1 parent a442f33 commit 77ed143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"test:update": "jest --updateSnapshot",
7878
"test:watch": "jest --watch",
7979
"test:inspect": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand",
80-
"lint": "eslint --ignore-path .gitignore --ext .js,.cjs,.mjs,.ts,.tsx .",
80+
"lint": "eslint --ignore-path .gitignore .",
8181
"prelint": "prettier --check --ignore-path .gitignore .",
8282
"postlint": "stylelint '**/*.scss'",
8383
"prepack": "tsx ./prepack.ts",
@@ -94,7 +94,7 @@
9494
"generate": "svgr --out-dir src/lib/icons -- assets/icons",
9595
"pregenerate": "del src/lib/icons",
9696
"postgenerate": "eslint --fix src/lib/icons",
97-
"format": "eslint --ignore-path .gitignore --fix --ext .js,.cjs,.mjs,.ts,.tsx .",
97+
"format": "eslint --ignore-path .gitignore --fix .",
9898
"preformat": "prettier --write --ignore-path .gitignore .",
9999
"postformat": "stylelint --fix '**/*.scss'"
100100
},

0 commit comments

Comments
 (0)