eslint-config-complete 1.4.1 → 1.4.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.
@@ -241,8 +241,8 @@ export const baseImportX = tseslint.config({
241
241
  files: [
242
242
  ".remarkrc.js",
243
243
  ".remarkrc.mjs",
244
- "docusaurus.js",
245
- "docusaurus.ts",
244
+ "docusaurus.config.js",
245
+ "docusaurus.config.ts",
246
246
  "eslint.config.js",
247
247
  "eslint.config.mjs",
248
248
  "jest.config.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-complete",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "A sharable ESLint config for TypeScript projects.",
5
5
  "keywords": [
6
6
  "eslint",