@mikey-pro/eslint-config 3.2.0 → 3.2.1

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.
Files changed (2) hide show
  1. package/index.cjs +2 -1
  2. package/package.json +1 -1
package/index.cjs CHANGED
@@ -16,7 +16,7 @@ module.exports = {
16
16
  files: ['*.ts', '*.tsx'],
17
17
  parser: '@typescript-eslint/parser',
18
18
  parserOptions: {
19
- tsconfigRootDir: '../../../',
19
+ tsconfigRootDir: __dirname,
20
20
  project: ['./tsconfig.json'],
21
21
  sourceType: 'module',
22
22
  ecmaVersion: 'latest',
@@ -415,6 +415,7 @@ module.exports = {
415
415
  'LICENSE',
416
416
  '.vscode',
417
417
  '.github',
418
+ 'tsconfig.json',
418
419
  ],
419
420
  root: true,
420
421
  settings: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.cjs",
6
6
  "dependencies": {