Skip to content

Releases: favorodera/eslint-config

v0.1.4

20 Jun 18:28

Choose a tag to compare

compare changes

Refactors

  • markdown: Consolidate configuration objects (a82aaac)

    • merge processor into rules configuration
    • remove redundant configuration object

❤️ Contributors

v0.1.3

18 Jun 19:48

Choose a tag to compare

compare changes

Refactors

  • markdown: Decouple processor and rules (4cd9c70)

    • Split markdown config into separate processor and parser blocks
    • Improve rule configuration structure

❤️ Contributors

v0.1.2

18 Jun 17:59

Choose a tag to compare

compare changes

Added

  • configs: Update jsdoc and markdown rules (5fce15c)

    • add jsdoc/lines-before-block rule
    • disable unicode-bom in markdown
    • disable vue/no-unused-vars in markdown
  • markdown: Add frontmatter support and disable jsdoc (d1af7c1)

    • enable yaml frontmatter in markdown processing
    • disable jsdoc requirement for markdown files

Fixed

  • globs: Update codeInMdGlob pattern (a72b5a0)

    • fix glob to match code blocks in root of md files

❤️ Contributors

v0.1.1

16 Jun 18:51

Choose a tag to compare

compare changes

Refactors

  • config: Update linting and plugin settings (db3fb40)

    • Update tailwind plugin setting key
    • Reorder unicorn rules
    • Format package.json files array

❤️ Contributors

v0.1.0

16 Jun 18:31

Choose a tag to compare

compare changes

Fixed

  • tailwind: Rename tailwindcss setting to tailwind (0fef4c9)

Documentation

  • readme: Add npm downloads badge (995ee77)

❤️ Contributors

v0.0.19

16 Jun 10:22

Choose a tag to compare

compare changes

Added

  • configs: Enable test/no-hooks rule (531f33e)

    • Enable test/no-hooks rule globally
    • Remove local override disabling the rule

Fixed

  • vue: Remove vue/require-explicit-slots rule (b3d0711)

Refactors

  • configs: Disable test/no-hooks rule (7c264c3)

    • Move test/no-hooks rule to off
    • Allow usage of hooks in test files
  • eslint: Remove no-duplicate-imports rule (528a2fc)

    • remove duplicate imports rule from config

❤️ Contributors

v0.0.18

15 Jun 14:21

Choose a tag to compare

compare changes

Refactors

  • eslint: Move process-exit rule to unicorn (f2369ee)

    • Disable no-process-exit in node config
    • Enable no-process-exit in unicorn config

❤️ Contributors

v0.0.17

14 Jun 17:37

Choose a tag to compare

compare changes

Refactors

  • eslint: Update rules and configurations (058aed5)

    • Reorder javascript rules for better organization
    • Disable unicorn/prevent-abbreviations
    • Disable node/no-process-exit
    • Fix whitespace in eslint.config.ts

❤️ Contributors

v0.0.16

14 Jun 08:57

Choose a tag to compare

compare changes

Refactors

  • unicorn: Update abbreviation allowlist (75b2829)

    • migrate allowList to ignore regex patterns
    • support variations of prop and util abbreviations

❤️ Contributors

v0.0.15

14 Jun 08:31

Choose a tag to compare

compare changes

Added

  • unicorn: Add props and utils to allowList (58696b9)

    • update unicorn config rules
    • allow abbreviations for props and utils

❤️ Contributors