@rebeccastevens/eslint-config 2.0.8 → 2.0.9

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/dist/modern.cjs CHANGED
@@ -1171,7 +1171,7 @@ const settings = {
1171
1171
  kebabCase: true,
1172
1172
  pascalCase: true,
1173
1173
  },
1174
- ignore: [/^.*\\.md$/iu],
1174
+ ignore: ["^.*\\.md$"],
1175
1175
  },
1176
1176
  ],
1177
1177
  // "eslint-comments/no-unlimited-disable" covers this.
package/dist/modern.mjs CHANGED
@@ -1169,7 +1169,7 @@ const settings = {
1169
1169
  kebabCase: true,
1170
1170
  pascalCase: true,
1171
1171
  },
1172
- ignore: [/^.*\\.md$/iu],
1172
+ ignore: ["^.*\\.md$"],
1173
1173
  },
1174
1174
  ],
1175
1175
  // "eslint-comments/no-unlimited-disable" covers this.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebeccastevens/eslint-config",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "My ESLint shareable config.",
5
5
  "keywords": [
6
6
  "eslint config"