Skip to content

Commit

Permalink
add plugins entry with es5 to .eslintrc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brodybits committed Aug 18, 2020
1 parent c09c9a8 commit 4dbb226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ env:
commonjs: true
es2020: true
node: true
plugins:
- es5
# FUTURE TBD:
# extends: 'eslint:recommended'
parserOptions:
Expand Down

0 comments on commit 4dbb226

Please sign in to comment.