Skip to content

Commit dec037a

Browse files
authored
fix lint issue (#48023)
### What Docs changes need to be linted for language
1 parent 200e832 commit dec037a

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
@@ -29,7 +29,7 @@
2929
"git-clean": "git clean -d -x -e node_modules -e packages -f",
3030
"lint-typescript": "turbo run typescript",
3131
"lint-eslint": "eslint . --ext js,jsx,ts,tsx --max-warnings=0 --config .eslintrc.json --no-eslintrc",
32-
"lint-no-typescript": "run-p prettier-check lint-eslint",
32+
"lint-no-typescript": "run-p prettier-check lint-eslint lint-language",
3333
"lint": "run-p test-types lint-typescript prettier-check lint-eslint lint-language",
3434
"lint-fix": "pnpm prettier-fix && eslint . --ext js,jsx,ts,tsx --fix --max-warnings=0 --config .eslintrc.json --no-eslintrc",
3535
"lint-language": "alex .",

0 commit comments

Comments
 (0)