Skip to content

Releases: andrewmolyuk/eslint-plugin-vue-modular

v1.26.2

06 Oct 20:08
Immutable release. Only release title and notes can be modified.
be97717

Choose a tag to compare

1.26.2 (2025-10-06)

  • fix: update typescript-eslint dependency to version 8.46.0 (be97717)

v1.26.1

04 Oct 13:52
Immutable release. Only release title and notes can be modified.
a9d672f

Choose a tag to compare

1.26.1 (2025-10-04)

  • fix: update stores-location rule description for clarity (3aca628)
  • fix: update stores-location rule description for consistency (a9d672f)

v1.26.0

04 Oct 13:47
Immutable release. Only release title and notes can be modified.
64da95c

Choose a tag to compare

1.26.0 (2025-10-04)

  • feat: add stores-location rule to enforce store file placement in Vue.js projects (64da95c)
  • fix: remove redundant git pull command from next target in Makefile (e5ce0d6)

v1.25.4

04 Oct 12:59
Immutable release. Only release title and notes can be modified.
f4b3849

Choose a tag to compare

1.25.4 (2025-10-04)

  • fix: update next target in Makefile to include pull and clean commands (f4b3849)

v1.25.3

04 Oct 12:53
Immutable release. Only release title and notes can be modified.
94b2490

Choose a tag to compare

1.25.3 (2025-10-04)

  • fix: update eslint and eslint-plugin-jsonc to latest versions (94b2490)
  • chore: update devDependencies and dependencies (a44adc8)

v1.25.2

24 Sep 23:10
Immutable release. Only release title and notes can be modified.
5beae5f

Choose a tag to compare

1.25.2 (2025-09-24)

  • fix: remove redundant package-lock.json (5beae5f)

v1.25.1

24 Sep 22:27
Immutable release. Only release title and notes can be modified.
e9c9b85

Choose a tag to compare

1.25.1 (2025-09-24)

  • fix: update commitlint configuration file path to .commitlintrc (609bb3a)
  • fix: update typescript-eslint and npm-check-updates to latest versions (e9c9b85)

v1.25.0

21 Sep 12:33
Immutable release. Only release title and notes can be modified.
96f430e

Choose a tag to compare

1.25.0 (2025-09-21)

  • test: add case for shared file importing a feature via alias in internal-imports-relative rule (96f430e)
  • feat: enhance internalImportsRelative rule with depth control and improved alias recommendations (4339c09)

v1.24.1

21 Sep 11:02
Immutable release. Only release title and notes can be modified.
4453dba

Choose a tag to compare

1.24.1 (2025-09-21)

  • fix: restore missing @semantic-release/npm plugin for improved package management in release process (4453dba)

v1.24.0

21 Sep 10:34
Immutable release. Only release title and notes can be modified.
1628cb2

Choose a tag to compare

1.24.0 (2025-09-21)

  • fix: enhance internalImportsRelative rule to better handle alias imports and update test cases for i (1628cb2)
  • chore: replace npx with bunx for consistent package execution in workflows and README (5258b71)
  • chore: update cSpell words and remove obsolete severity-sorted.md file (385416c)
  • chore: update dependencies to latest versions for eslint, npm-check-updates, and semantic-release (00e8963)
  • chore: update husky scripts to use bunx for commitlint and simplify pre-commit hook (48648f6)
  • refactor: reorganize imports and update rules structure for clarity (34dce43)
  • feat: enhance resolvePath function to handle nested folders before root in path resolution (5b420d9)
  • docs(readme): add social images and update README (9bee22a)