@robot-inventor/eslint-config 0.1.0 → 0.1.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.
package/dist/cjs/index.js CHANGED
@@ -11,9 +11,7 @@ const eslint_config_prettier_1 = __importDefault(require("eslint-config-prettier
11
11
  const eslintConfigNoJSDoc = typescript_eslint_1.default.config(js_1.default.configs.all, eslint_plugin_jsdoc_1.default.configs["flat/recommended-typescript-error"], eslint_config_prettier_1.default, ...typescript_eslint_1.default.configs.recommendedTypeChecked, {
12
12
  languageOptions: {
13
13
  parserOptions: {
14
- project: true,
15
- // @ts-expect-error
16
- tsconfigRootDir: import.meta.dirname
14
+ project: true
17
15
  }
18
16
  },
19
17
  plugins: {
package/dist/esm/index.js CHANGED
@@ -5,9 +5,7 @@ import eslintConfigPrettier from "eslint-config-prettier";
5
5
  const eslintConfigNoJSDoc = tseslint.config(eslint.configs.all, jsdoc.configs["flat/recommended-typescript-error"], eslintConfigPrettier, ...tseslint.configs.recommendedTypeChecked, {
6
6
  languageOptions: {
7
7
  parserOptions: {
8
- project: true,
9
- // @ts-expect-error
10
- tsconfigRootDir: import.meta.dirname
8
+ project: true
11
9
  }
12
10
  },
13
11
  plugins: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "My ESLint config preset",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -48,4 +48,4 @@
48
48
  "tsconfig-to-dual-package": "^1.2.0",
49
49
  "typescript": "^5.4.4"
50
50
  }
51
- }
51
+ }