Skip to content

Commit

Permalink
fix: fix error in react configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Feb 3, 2021
1 parent 4987b16 commit 5653169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const base = require("./index.js")

let overrides = base.overrides
overrides[0] = {
...overrides[0],
"plugins": ["react", "@typescript-eslint", "only-warn"],
"extends": [
"eslint:recommended",
Expand Down

2 comments on commit 5653169

@UziTech
Copy link
Member Author

@UziTech UziTech commented on 5653169 Feb 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I meant for this to be a PR not merged right away to master.

fixes https://github.com/steelbrain/linter-ui-default/runs/1824570362?check_suite_focus=true#step:7:15

@aminya
Copy link
Member

@aminya aminya commented on 5653169 Feb 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this.

Please sign in to comment.