Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Vo <477524+avo@users.noreply.github.com>
  • Loading branch information
joephela and avo authored Jan 13, 2025
1 parent 2739e04 commit 25a81d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-widen-emotion/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eslint-config-widen-emotion

Widen's shared ESLint config.
Widen's shared ESLint config for Emotion.

## Installation

Expand All @@ -21,7 +21,7 @@ export default [
...emotion,
...[
// you can specify what to ignore by using the `ignores` key before any other rule
// this will filter out things we dont want this to run on
// this will filter out things we don't want this to run on
{ ignores: ['*.test.*'] },
// you can also override rules by specifying the rule and the new value
{ files: ['*.spec.js'], rules: { 'no-unused-vars': 'off' } },
Expand Down

0 comments on commit 25a81d9

Please sign in to comment.