@futagoza/eslint-config-core 17.3.0 → 17.4.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@futagoza/eslint-config-core",
3
- "version": "17.3.0",
3
+ "version": "17.4.0",
4
4
  "description": "Futago-za Ryuu's basic ESLint configurations",
5
5
  "keywords": [
6
6
  "eslint",
@@ -710,7 +710,7 @@ export const config = {
710
710
  *
711
711
  * @see http://eslint.org/docs/rules/no-undefined
712
712
  */
713
- "no-undefined": "error",
713
+ "no-undefined": "off",
714
714
 
715
715
  /**
716
716
  * Disallow dangling underscores in identifiers