Skip to content

Commit

Permalink
remove docs from eslint, does nothing with html files
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Mar 6, 2024
1 parent 442ac95 commit 60eff49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test": "npm -w @prosopo/scripts run test",
"test:all": "npm run --workspaces --if-present test",
"eslint": "npm --workspaces run eslint && npm run eslint:workspace",
"eslint:workspace": "npx eslint '.*.*' '*.*' .vscode .github docs --ignore-pattern README.md --ignore-pattern diagram.svg --ignore-path .eslintignore",
"eslint:workspace": "npx eslint '.*.*' '*.*' .vscode .github --ignore-pattern README.md --ignore-pattern diagram.svg --ignore-path .eslintignore",
"eslint:contracts": "npm -w @prosopo/captcha-contract -w @prosopo/common-contract -w @prosopo/proxy-contract run eslint",
"eslint:fix": "npm --workspaces run eslint:fix && npm run eslint:fix:workspace",
"eslint:fix:workspace": "npm run eslint:workspace -- --fix",
Expand Down

0 comments on commit 60eff49

Please sign in to comment.