Skip to content

Commit

Permalink
Tiny eslint config update
Browse files Browse the repository at this point in the history
  • Loading branch information
julienben authored and gretzky committed Jun 21, 2018
1 parent 81eddea commit 98f5c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const prettierOptions = JSON.parse(fs.readFileSync('./.prettierrc', 'utf8'));

module.exports = {
parser: 'babel-eslint',
extends: ['airbnb', 'prettier'],
extends: ['airbnb', 'prettier', 'prettier/react'],
plugins: ['prettier', 'redux-saga', 'react', 'jsx-a11y'],
env: {
browser: true,
Expand Down

0 comments on commit 98f5c0e

Please sign in to comment.