@ntnyq/eslint-config 2.0.0-beta.15 → 2.0.0-beta.16

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
@@ -636,8 +636,7 @@ var ts = [
636
636
  languageOptions: {
637
637
  parser: tsParser,
638
638
  parserOptions: {
639
- sourceType: "module",
640
- project: true
639
+ sourceType: "module"
641
640
  }
642
641
  },
643
642
  plugins: {
package/dist/index.js CHANGED
@@ -554,8 +554,7 @@ var ts = [
554
554
  languageOptions: {
555
555
  parser: tsParser,
556
556
  parserOptions: {
557
- sourceType: "module",
558
- project: true
557
+ sourceType: "module"
559
558
  }
560
559
  },
561
560
  plugins: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "2.0.0-beta.15",
4
+ "version": "2.0.0-beta.16",
5
5
  "packageManager": "pnpm@8.7.0",
6
6
  "description": "ESLint flat config of ntnyq",
7
7
  "keywords": [