Skip to content

Commit 17ce50a

Browse files
committed
Configure lint to not run lint:fix
1 parent 59c9fea commit 17ce50a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
files/
22
node_modules/
33
tests/fixture/
4+
tests/fixture-ts/
45

56
*.yml
67
*.yaml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "",
1414
"main": "index.js",
1515
"scripts": {
16-
"lint": "concurrently 'pnpm:lint:*'",
16+
"lint": "concurrently 'pnpm:lint:*(!fix)'",
1717
"lint:eslint": "eslint .",
1818
"lint:prettier": "prettier . --check",
1919
"format": "prettier . --write",

0 commit comments

Comments
 (0)