@commission-on-post/eslint-config-recommended 0.6.1 → 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.
Files changed (2) hide show
  1. package/.eslintrc.js +1 -1
  2. package/package.json +1 -1
package/.eslintrc.js CHANGED
@@ -619,7 +619,7 @@ module.exports = {
619
619
  "as-needed"
620
620
  ],
621
621
  "require-unicode-regexp": [
622
- "warn"
622
+ "off"
623
623
  ],
624
624
  "rest-spread-spacing": [
625
625
  "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commission-on-post/eslint-config-recommended",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "ESLint config using recommended state practices for the Commission on POST",
5
5
  "main": "index.js",
6
6
  "author": "Ryan W. Bell",