Skip to content

Commit

Permalink
fix usage of eslint-plugin-react
Browse files Browse the repository at this point in the history
  • Loading branch information
leggsimon committed Sep 18, 2019
1 parent 1ec63d8 commit 70a5f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const createFile = async (filename, contents, prettierConfig) => {
jsx: true,
},
},
plugins: ['plugin:react/recommended'],
extends: ['react'],
}
: {},
Expand Down

0 comments on commit 70a5f59

Please sign in to comment.