Skip to content

Commit

Permalink
chore(eslint): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Sep 6, 2021
1 parent 640b9bd commit f69b51d
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 120 deletions.
10 changes: 1 addition & 9 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
root: true
plugins:
- react
- prettier
extends:
- plugin:react/recommended
- plugin:prettier/recommended
- prettier
parser: babel-eslint
env:
node: true
Expand All @@ -26,10 +25,3 @@ rules:
-
argsIgnorePattern: ^_
varsIgnorePattern: ^_
prettier/prettier:
- 2
-
trailingComma: none
singleQuote: true
semi: false
arrowParens: avoid
Loading

0 comments on commit f69b51d

Please sign in to comment.