Skip to content

Commit 48dacab

Browse files
committed
Prettier ignore matches eslint
1 parent b02fa72 commit 48dacab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"clean": "rm -Rf dist",
88
"build": "tsc -p tsconfig.build.json",
99
"watch": "yarn build --watch",
10-
"format": "prettier --ignore-path ./.eslintignore",
10+
"format": "prettier --ignore-path ./.lintignore",
1111
"format:all": "yarn format '**/*.{json,md,html,js,jsx,ts,tsx}'",
1212
"format:fix": "yarn format:all --write",
1313
"format:check": "yarn format:all --list-different",

0 commit comments

Comments
 (0)