Skip to content

Commit

Permalink
Docs: Clarify scope of jQuery config (#284)
Browse files Browse the repository at this point in the history
Co-authored-by: Ed S <ejsanders@gmail.com>
  • Loading branch information
jdforrester and edg2s committed Jun 15, 2020
1 parent d833e5f commit cb6b05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This config allows ES5 code and browser native functions. It will complain about
```

#### jQuery
This config adds the jQuery `$` global, and additional rules preventing the use of jQuery features that have ES5 alternatives.
This config adds the jQuery `$` global, and additional rules preventing the use of jQuery features which are deprecated, have performance issues, or have simple ES5 alternatives.
`.eslintrc.json`:
```json
{
Expand Down

0 comments on commit cb6b05c

Please sign in to comment.