Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 1b2f4a7

Browse files
committed
fix(toolchain): add fix option to lint:fix script
1 parent 5df0c58 commit 1b2f4a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"clean": "rimraf bin",
1717
"update": "yarn upgrade-interactive --latest",
1818
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
19-
"lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
19+
"lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
2020
"test": "cross-env TS_NODE_PROJECT=./test/tsconfig.json tap test/**/*.ts",
2121
"test:ci": "cross-env TS_NODE_PROJECT=./test/tsconfig.json tap --coverage-report=text-lcov test/**/*.ts > lcov.info",
2222
"lint-staged": "lint-staged",

0 commit comments

Comments
 (0)