@juuso.piikkila/eslint-config-typescript 3.0.17 → 3.0.19

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,15 @@
1
+ ## [3.0.19](https://github.com/juusopiikkila/eslint-config-typescript/compare/3.0.18...3.0.19) (2025-03-14)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fix path ([0c87a0d](https://github.com/juusopiikkila/eslint-config-typescript/commit/0c87a0d334c2ef90a3f87961cc9541e13e7cec58))
6
+
7
+ ## [3.0.18](https://github.com/juusopiikkila/eslint-config-typescript/compare/3.0.17...3.0.18) (2025-03-13)
8
+
9
+ ### Bug Fixes
10
+
11
+ * change .js to .mjs ([9b7ba9a](https://github.com/juusopiikkila/eslint-config-typescript/commit/9b7ba9a1524aaa741b1b169c86170c3af8be7c31))
12
+
1
13
  ## [3.0.17](https://github.com/juusopiikkila/eslint-config-typescript/compare/3.0.16...3.0.17) (2025-03-13)
2
14
 
3
15
  ### Bug Fixes
package/eslint.config.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // eslint-disable-next-line import/no-useless-path-segments
2
- import rules from './configurations/base/index.js';
2
+ import rules from './configurations/base/index.mjs';
3
3
 
4
4
  export default [
5
5
  ...rules,
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@juuso.piikkila/eslint-config-typescript",
3
3
  "description": "ESLint config for typescript projects",
4
- "version": "3.0.17",
5
- "main": "index.js",
4
+ "version": "3.0.19",
5
+ "main": "index.mjs",
6
6
  "author": "Juuso Piikkilä",
7
7
  "license": "MIT",
8
8
  "packageManager": "yarn@4.7.0",
@@ -11,7 +11,7 @@
11
11
  "access": "public"
12
12
  },
13
13
  "scripts": {
14
- "lint": "eslint \"configurations/**/*.js\" \"eslint.config.mjs\" \"index.js\""
14
+ "lint": "eslint \"configurations/**/*.mjs\" \"eslint.config.mjs\" \"index.js\""
15
15
  },
16
16
  "resolutions": {
17
17
  "eslint-config-canonical": "44.3.37"
File without changes
File without changes
File without changes