Skip to content

Commit

Permalink
Fix parser
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Mar 12, 2018
1 parent a98cc60 commit be74848
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions linters/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ module.exports = {
'commonjs': true
},
plugins: [
// 'prettier',
'lodash-fp',
],

'extends': 'eslint:recommended',
'extends': [
'eslint:recommended',
],

parser: 'babel-eslint',

'parserOptions': {
'ecmaFeatures': {
Expand Down

0 comments on commit be74848

Please sign in to comment.