fix: missing ESLint config changes

This commit is contained in:
Julien Fontanet
2018-04-05 16:15:26 +02:00
parent 7400bd657a
commit fc421428fd

View File

@@ -12,9 +12,11 @@ module.exports = {
parser: 'babel-eslint',
rules: {
'comma-dangle': ['error', 'always-multiline'],
indent: 'off',
'no-var': 'error',
'node/no-extraneous-import': 'error',
'node/no-extraneous-require': 'error',
'prefer-const': 'error',
'react/jsx-indent': 'off',
},
}