Skip to content

Commit

Permalink
chore: add missing changeset (#7337)
Browse files Browse the repository at this point in the history
  • Loading branch information
FRSgit authored Nov 29, 2024
1 parent c893a44 commit 0b67c7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/sharp-ravens-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@vue-storefront/eslint-config": minor
---

**[CHANGED]** some rules to loose up linting a bit (non-breaking). Changes include:

- `import/no-anonymous-default-export`: got turned off, as it brings no real value, more about the rule [here](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-anonymous-default-export.md),
- `@typescript-eslint/no-use-before-define`: `functions` option has been set as `false` to allow usage of hoisted functions. More details in [the documentation](https://eslint.org/docs/latest/rules/no-use-before-define#options).

0 comments on commit 0b67c7c

Please sign in to comment.