@luxass/eslint-config 6.0.1 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -98,7 +98,7 @@ Install [ESLint extension](https://marketplace.visualstudio.com/items?itemName=d
98
98
  "source.organizeImports": "never"
99
99
  },
100
100
 
101
- // silent the stylistic rules in you IDE, but still auto fix them
101
+ // silent the stylistic rules in your IDE, but still auto fix them
102
102
  "eslint.rules.customizations": [
103
103
  { "rule": "style/*", "severity": "off", "fixable": true },
104
104
  { "rule": "format/*", "severity": "off", "fixable": true },