Skip to content

Commit

Permalink
Removed unnecessary line in .prettierrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Jan 25, 2022
1 parent f5e532f commit f366843
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"plugin:prettier/recommended" ],
"rules": {},
"settings": {
"import/resolver": {
"typescript": {}
}
}
"import/resolver": {
"typescript": {}
}
}
}
1 change: 0 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"singleQuote": true,
"useTabs": true,
"tabWidth": 4,
"useTab": false,
"semi": true,
"jsxSingleQuote": true,
"trailingComma": "all",
Expand Down

0 comments on commit f366843

Please sign in to comment.