Releases: dfinity/eslint-config-oisy-wallet
Releases · dfinity/eslint-config-oisy-wallet
v0.1.0
What's Changed
- feat: migrate to eslint v9 by @peterpeterparker in #46
- chore: Update LICENSE by @AntonioVentilii-DFINITY in #31
- feat: enforce usage of nullish check utils by @AntonioVentilii in #32
- feat: Add rules to enforce arrow functions by @AntonioVentilii in #33
- build(deps): bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #40
- build(deps-dev): bump vite from 5.4.8 to 5.4.14 by @dependabot in #42
- build(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #43
- feat: add rule consistent-type-imports by @AntonioVentilii in #35
- build: bump vitest by @peterpeterparker in #48
- feat: disable new eslint rules by @peterpeterparker in #47
- chore: bump version number for release by @peterpeterparker in #49
New Contributors
- @AntonioVentilii made their first contribution in #32
- @dependabot made their first contribution in #40
Full Changelog: v0.0.6...v0.1.0
v0.0.6
Refactoring
- Rename local custom rules files from
.js
extension to.cjs
.
Build
- Fix missing local files shipped with the library.
- Include README in list of bundled files.
v0.0.5
Features
- Add require-await rule.
- Add new custom rule explicit-non-void-return-type.
Build
- Replace deprecated
eslint-config-standard-with-typescript
byeslint-config-love
.
Refactoring
- Move rules to specific files.
v0.0.4
Features
- Added new custom rule to avoid relative imports.
- Added more array functions exceptions for
prefer-object-params
.
v0.0.3
Features
- Discover
tsconfig.json
ortsconfig.eslint.json
at the root in consumer project which is required for@typescript-eslint/no-unnecessary-type-assertion
v0.0.2
Features
- Update rules as currently on Oisy Wallet
main
Fix
- The
eslint-plugin-local-rules
plugin requires a local file exposed at the root of the consumer
v0.0.1
Hello world 👋