Skip to content

Commit

Permalink
style(prettier): formatted .eslintrc.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
morellodev committed Jul 29, 2020
1 parent d4ca8e0 commit e5424ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module.exports = {
extends: [
'react-app',
'prettier/@typescript-eslint',
'plugin:prettier/recommended',
"react-app",
"prettier/@typescript-eslint",
"plugin:prettier/recommended"
],
settings: {
react: {
version: 'detect',
},
},
version: "detect"
}
}
};

0 comments on commit e5424ee

Please sign in to comment.