Skip to content

Commit 618981a

Browse files
committed
run eslint at monorepo root
1 parent 9c1eec7 commit 618981a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"format": "yarn workspaces foreach --all --topological-dev --parallel --verbose run format",
2828
"format-text": "prettier --write \"./*.md\" \"./docs/*.md\" && yarn workspaces foreach --all --topological-dev --parallel --verbose run format-text",
2929
"format-shell": "shfmt -w scripts packages",
30-
"lint": "yarn workspaces foreach --all --topological-dev --parallel --verbose run lint",
31-
"lint-fix": "yarn workspaces foreach --all --topological-dev --parallel --verbose run lint-fix",
30+
"lint": "eslint --max-warnings 0 .",
31+
"lint-fix": "eslint --max-warnings 0 --fix .",
3232
"test": "yarn workspaces foreach --all --topological-dev --parallel --verbose run test",
3333
"test-firefox": "yarn workspaces foreach --all --topological-dev --parallel --verbose run test-firefox",
3434
"test-chrome": "yarn workspaces foreach --all --topological-dev --parallel --verbose run test-chrome",

0 commit comments

Comments
 (0)