Skip to content

Commit

Permalink
Update to latest eslint-config-arcticicestudio-base version
Browse files Browse the repository at this point in the history
It includes an improvement where the `keywords` (1) and `numbers` (1)
options of the `quote-props` rule have been disabled since the preset
does not target legacy ES3 environments. The deactivation prevents
unnecessary and noisy warnings. See the changelog (3) for more details.

The package is resolved through the "eslint-config-arcticicestudio"
package.

References:

  (1) https://eslint.org/docs/rules/quote-props.html#keywords
  (2) https://eslint.org/docs/rules/quote-props.html#numbers
  (3) https://github.com/arcticicestudio/eslint-config-arcticicestudio-base/blob/develop/CHANGELOG.md#050

GH-15
  • Loading branch information
arcticicestudio committed Nov 17, 2018
1 parent 40f22f0 commit 2743f09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2743f09

Please sign in to comment.