Skip to content

Commit

Permalink
fix: enable compat/compat eslint rule (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbadan committed Jan 15, 2019
1 parent 9ff2b1b commit 0d58802
Show file tree
Hide file tree
Showing 4 changed files with 3,962 additions and 3,714 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ parser: 'babel-eslint'
#extends: 'react-app'

plugins:
- compat
- ie11
- jsx-a11y
- loosely-restrict-imports
Expand All @@ -23,7 +24,7 @@ rules:
comma-dangle: [2, 'never']
comma-spacing: 2
comma-style: [2, 'last']
#compat/compat: 2
compat/compat: 2
default-case: 2
dot-notation: 2
eol-last: 2
Expand Down
Loading

0 comments on commit 0d58802

Please sign in to comment.