Skip to content

Commit

Permalink
[linter] Fix linter errors, see babel/babel-eslint#681
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jul 7, 2020
1 parent 9bcceb5 commit 6888d47
Show file tree
Hide file tree
Showing 2 changed files with 1,149 additions and 895 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
"rules": {
"import/no-webpack-loader-syntax": "off",
"no-useless-escape": "off",
"lines-between-class-members": "off"
"lines-between-class-members": "off",
"template-curly-spacing" : "off"
},
"parserOptions": {
"parser": "babel-eslint"
Expand Down
Loading

0 comments on commit 6888d47

Please sign in to comment.