Skip to content

Commit

Permalink
Prettier config in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Nov 16, 2018
1 parent 6907933 commit 4131e14
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"env": { "es6": true },
"extends": [
"plugin:prettier/recommended",
"eslint:recommended",
"plugin:react/recommended",
"prettier"
],
"extends": ["eslint:recommended", "plugin:react/recommended", "prettier"],
"globals": {
"i18n": true,
"mist": true,
Expand Down

0 comments on commit 4131e14

Please sign in to comment.