@ntnyq/eslint-config 2.7.1 → 2.7.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/dist/index.cjs CHANGED
@@ -1366,6 +1366,8 @@ var vue = defineConfig([
1366
1366
  ...import_typescript_eslint.default.config({
1367
1367
  name: "ntnyq/vue/ts",
1368
1368
  files: [GLOB_VUE],
1369
+ // TODO: Remove this when `typescript-eslint` is aligned with `eslint`
1370
+ // @ts-expect-error - `typescript-eslint` is not aligned with eslint
1369
1371
  extends: typescriptCore
1370
1372
  }),
1371
1373
  {