@juuso.piikkila/eslint-config-typescript 3.0.12 → 3.0.13

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [3.0.13](https://github.com/juusopiikkila/eslint-config-typescript/compare/3.0.12...3.0.13) (2025-03-10)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fix imports again ([f30732c](https://github.com/juusopiikkila/eslint-config-typescript/commit/f30732cb2070c44493577655f84f7348a9b577f1))
6
+
1
7
  ## [3.0.12](https://github.com/juusopiikkila/eslint-config-typescript/compare/3.0.11...3.0.12) (2025-03-10)
2
8
 
3
9
  ### Bug Fixes
@@ -1,8 +1,8 @@
1
1
  /* eslint-disable import/no-extraneous-dependencies */
2
2
  import stylisticPlugin from '@stylistic/eslint-plugin';
3
3
  import typescriptEslintPlugin from '@typescript-eslint/eslint-plugin';
4
- import typescript from 'eslint-config-canonical/configurations/typescript';
5
- import typescriptTypeChecking from 'eslint-config-canonical/configurations/typescript-type-checking';
4
+ import typescriptTypeChecking from 'eslint-config-canonical/configurations/typescript-type-checking.js';
5
+ import typescript from 'eslint-config-canonical/configurations/typescript.js';
6
6
 
7
7
  export default [
8
8
  typescript.recommended,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@juuso.piikkila/eslint-config-typescript",
3
3
  "description": "ESLint config for typescript projects",
4
- "version": "3.0.12",
4
+ "version": "3.0.13",
5
5
  "main": "index.js",
6
6
  "author": "Juuso Piikkilä",
7
7
  "license": "MIT",