Releases: favorodera/eslint-config
Releases · favorodera/eslint-config
v0.1.4
Refactors
-
markdown: Consolidate configuration objects (a82aaac)
- merge processor into rules configuration
- remove redundant configuration object
❤️ Contributors
- Favour Emeka (@favorodera)
v0.1.3
Refactors
-
markdown: Decouple processor and rules (4cd9c70)
- Split markdown config into separate processor and parser blocks
- Improve rule configuration structure
❤️ Contributors
- Favour Emeka (@favorodera)
v0.1.2
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
- Favour Emeka (@favorodera)
v0.1.1
Refactors
-
config: Update linting and plugin settings (db3fb40)
- Update tailwind plugin setting key
- Reorder unicorn rules
- Format package.json files array
❤️ Contributors
- Favour Emeka (@favorodera)
v0.1.0
Fixed
- tailwind: Rename tailwindcss setting to tailwind (0fef4c9)
Documentation
- readme: Add npm downloads badge (995ee77)
❤️ Contributors
- Favour Emeka (@favorodera)
v0.0.19
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
- Favour Emeka (@favorodera)
v0.0.18
Refactors
-
eslint: Move process-exit rule to unicorn (f2369ee)
- Disable no-process-exit in node config
- Enable no-process-exit in unicorn config
❤️ Contributors
- Favour Emeka (@favorodera)
v0.0.17
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
- Favour Emeka (@favorodera)
v0.0.16
Refactors
-
unicorn: Update abbreviation allowlist (75b2829)
- migrate allowList to ignore regex patterns
- support variations of prop and util abbreviations
❤️ Contributors
- Favour Emeka (@favorodera)
v0.0.15
Added
-
unicorn: Add props and utils to allowList (58696b9)
- update unicorn config rules
- allow abbreviations for props and utils
❤️ Contributors
- Favour Emeka (@favorodera)