From 98f5c0e5bc54a5540466515e38dea9e9cb752019 Mon Sep 17 00:00:00 2001 From: Julien Benchetrit Date: Wed, 20 Jun 2018 16:34:13 +0300 Subject: [PATCH] Tiny eslint config update --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 100d3ad263..598c6129d1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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,