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

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.12](https://github.com/juusopiikkila/eslint-config-typescript/compare/3.0.11...3.0.12) (2025-03-10)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fix import ([2aabc3b](https://github.com/juusopiikkila/eslint-config-typescript/commit/2aabc3b0781454e987f5a1aab6a78e4c940eb651))
6
+
1
7
  ## [3.0.11](https://github.com/juusopiikkila/eslint-config-typescript/compare/3.0.10...3.0.11) (2025-03-10)
2
8
 
3
9
  ### Bug Fixes
@@ -1,4 +1,5 @@
1
- import stylisticPlugin from '@stylistic/eslint-config';
1
+ /* eslint-disable import/no-extraneous-dependencies */
2
+ import stylisticPlugin from '@stylistic/eslint-plugin';
2
3
  import typescriptEslintPlugin from '@typescript-eslint/eslint-plugin';
3
4
  import typescript from 'eslint-config-canonical/configurations/typescript';
4
5
  import typescriptTypeChecking from 'eslint-config-canonical/configurations/typescript-type-checking';
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.11",
4
+ "version": "3.0.12",
5
5
  "main": "index.js",
6
6
  "author": "Juuso Piikkilä",
7
7
  "license": "MIT",