Skip to content

Commit

Permalink
feat: exten prettier typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 19, 2020
1 parent 7cbad52 commit 1139414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
"plugins": ["prettier", "@typescript-eslint", "only-warn"],
"extends": [
"prettier",
"prettier/@typescript-eslint",
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/eslint-recommended",
Expand Down
1 change: 1 addition & 0 deletions strict.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
"plugins": ["prettier", "@typescript-eslint"],
"extends": [
"prettier",
"prettier/@typescript-eslint",
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/eslint-recommended",
Expand Down

0 comments on commit 1139414

Please sign in to comment.