Skip to content

Commit

Permalink
ReadMe Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yousufkalim committed Jul 5, 2022
1 parent 48a258d commit c8e4d41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ All notable changes to this project will be documented in this file.
> - Internal
> - Unreleased
## v2.0.0

#### Features

- Added autofix functionality to format and fix lint issues before testing

## v1.1.9

#### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +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
annotations: true
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-action",
"version": "1.1.9",
"version": "2.0.0",
"description": "Run ESLint on files changed in a pull request with inline error and warning annotations",
"author": "yousufkalim",
"license": "MIT",
Expand Down

0 comments on commit c8e4d41

Please sign in to comment.