eslint-config-un 0.6.0 → 0.6.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
@@ -79,6 +79,7 @@ export default eslintConfig({
79
79
  - `packageJson`
80
80
  - `perfectionist`
81
81
  - `deMorgan`
82
+ - `jsonSchemaValidator`
82
83
  - Some rules are set to warn by default. You can change some or even all such rule's reporting level using `errorsInsteadOfWarnings` option. You can find all such rules by inspecting the source code of this package.
83
84
 
84
85
  ### Certain rules are disabled for code blocks inside `*.md` files