Skip to content

Releases: dfinity/eslint-config-oisy-wallet

v0.0.6

15 Oct 06:23
2848285
Compare
Choose a tag to compare

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

11 Oct 19:13
93cc479
Compare
Choose a tag to compare

Features

  • Add require-await rule.
  • Add new custom rule explicit-non-void-return-type.

Build

  • Replace deprecated eslint-config-standard-with-typescript by eslint-config-love.

Refactoring

  • Move rules to specific files.

v0.0.4

07 Oct 10:35
6d0956f
Compare
Choose a tag to compare

Features

  • Added new custom rule to avoid relative imports.
  • Added more array functions exceptions for prefer-object-params.

v0.0.3

27 Sep 14:06
e7180df
Compare
Choose a tag to compare

Features

  • Discover tsconfig.json or tsconfig.eslint.json at the root in consumer project which is required for @typescript-eslint/no-unnecessary-type-assertion

v0.0.2

27 Sep 11:35
45f8c1f
Compare
Choose a tag to compare

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

26 Sep 14:45
7c69689
Compare
Choose a tag to compare

Hello world 👋