Skip to content

Commit

Permalink
Fix auto-fix-before-test usage in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hassaans committed Dec 11, 2024
1 parent 719c76b commit 498debf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
eslint-args: '--ignore-path=.gitignore'
eslintrc: false # Set this to true if you want to use your own .eslintrc rules
extensions: 'js,jsx,ts,tsx'
auto-auto-fix-before-test: false # Set this to true if want to format and fix all the lint issue before testing
auto-fix-before-test: false # Set this to true if want to format and fix all the lint issue before testing
annotations: true
```
Expand Down

0 comments on commit 498debf

Please sign in to comment.