We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2739e04 commit 25a81d9Copy full SHA for 25a81d9
packages/eslint-config-widen-emotion/README.md
@@ -1,6 +1,6 @@
1
# eslint-config-widen-emotion
2
3
-Widen's shared ESLint config.
+Widen's shared ESLint config for Emotion.
4
5
## Installation
6
@@ -21,7 +21,7 @@ export default [
21
...emotion,
22
...[
23
// 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
+ // this will filter out things we don't want this to run on
25
{ ignores: ['*.test.*'] },
26
// you can also override rules by specifying the rule and the new value
27
{ files: ['*.spec.js'], rules: { 'no-unused-vars': 'off' } },
0 commit comments