Skip to content

Commit 25a81d9

Browse files
joephelaavo
andauthored
Apply suggestions from code review
Co-authored-by: Anna Vo <[email protected]>
1 parent 2739e04 commit 25a81d9

File tree

1 file changed

+2
-2
lines changed
  • packages/eslint-config-widen-emotion

1 file changed

+2
-2
lines changed

packages/eslint-config-widen-emotion/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# eslint-config-widen-emotion
22

3-
Widen's shared ESLint config.
3+
Widen's shared ESLint config for Emotion.
44

55
## Installation
66

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

0 commit comments

Comments
 (0)