Skip to content

Commit

Permalink
test: refactoring lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Sep 26, 2023
1 parent f0c5d05 commit d842fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest --verbose --testPathPattern=tokens.test.ts",
"test:e2e": "npx playwright test",
"dev:be": "docker-compose -f docker-compose.yaml up\n",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore --ignore-pattern repos && git add ."
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore --ignore-pattern 'repos' --ignore-pattern 'git add .'"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit d842fa1

Please sign in to comment.