Skip to content

Commit 847e1c1

Browse files
authored
build: Remove format command and add lint:fix command (#8485)
1 parent f71e714 commit 847e1c1

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
@@ -108,8 +108,8 @@
108108
"lint:eslint:fix": "eslint --fix \"src/**/*.{ts,tsx,js,jsx}\"",
109109
"lint:prettier": "prettier --check \"./src/**/*.{md,mdx,ts,tsx,js,jsx}\"",
110110
"lint:prettier:fix": "prettier --write \"./src/**/*.{md,mdx,ts,tsx,js,jsx}\"",
111+
"lint:fix": "yarn run lint:prettier:fix && yarn run lint:eslint:fix",
111112
"start": "yarn run develop",
112-
"format": "prettier --write \"src/**/*.js\"",
113113
"remove-preview-deployments": "ts-node scripts/remove-preview-deployments.ts",
114114
"test": "jest"
115115
},

0 commit comments

Comments
 (0)