Skip to content

Commit

Permalink
fix(eslintrc.js): update eslint rules for itp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dierckens committed Aug 28, 2018
1 parent 734ee76 commit f063535
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/config/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ module.exports = {
classes: true,
},
],
'max-len': [
'react/jsx-filename-extension': [
'warn',
{
ignoreComments: true,
ignoreStrings: true,
tabWidth: 2,
code: 160,
extensions: ['.js', '.jsx'],
},
],
},
Expand Down

0 comments on commit f063535

Please sign in to comment.