Skip to content

Releases: zanminkian/fenge

[email protected]

11 Dec 03:50
Compare
Choose a tag to compare

Minor Changes

  • c7a01e8: refactor(eslint-config): replace override and extend properties with append property for overriding or extending the built-in rules
  • db82f69: feat(fenge): use local ESLint and Prettier first
  • be7e3d5: chore(fenge): upgrade prettier to 3.4.1
  • 4c6fa59: refactor(fenge): optimize tsconfig exports and rename tsconfig.json to index.json

Patch Changes

[email protected]

11 Dec 03:50
Compare
Choose a tag to compare

Patch Changes

  • cd5aead: chore: no significant changes

[email protected]

11 Dec 03:50
Compare
Choose a tag to compare

Patch Changes

  • cd5aead: chore: no significant changes

[email protected]

11 Dec 03:50
Compare
Choose a tag to compare

Patch Changes

  • 905e445: chore: update deps
  • 0c4462d: fix(eslint-plugin-esm): fix incorrect report on import type {} from "@foo/bar"

@fenge/[email protected]

11 Dec 03:51
Compare
Choose a tag to compare

Minor Changes

  • 3605e14: refactor(types): rename map-constructor to new-map
  • d54f6af: refactor(types): separate promise-catch.d.ts into promise-catch.d.ts and promise-then.d.ts
  • a5fb6f8: feat(types): disallow to reject a non Error variable when call new Promise()

@fenge/[email protected]

11 Dec 03:51
Compare
Choose a tag to compare

Patch Changes

  • b1fc095: docs(tsconfig): update Best Practices guide to support TS 5.7+

@fenge/[email protected]

11 Dec 03:50
Compare
Choose a tag to compare

Patch Changes

  • 5adeeed: fix: add missing peerDependencies and peerDependenciesMeta
  • 36d1fb0: chore: upgrade deps

@fenge/[email protected]

11 Dec 03:50
Compare
Choose a tag to compare

Patch Changes

  • 51502cc: feat: add rule @fenge/no-jsx-in-non-jsx-file
  • 713d9a2: feat(eslint-plugin): support glob for call-arguments-length option

@fenge/[email protected]

11 Dec 03:50
Compare
Choose a tag to compare

Minor Changes

  • 58c81c0: feat(eslint-plugin-ts): remove no-declares-in-ts-file and create new rule no-declares

@fenge/[email protected]

11 Dec 03:50
Compare
Choose a tag to compare

Minor Changes

  • c7a01e8: refactor(eslint-config): replace override and extend properties with append property for overriding or extending the built-in rules
  • c5a6425: feat(eslint-config): allow configuring global linter options, and disable reportUnusedDisableDirectives by default
  • 1f5fce3: refactor(eslint-config): optimize config structure
  • 2f12ec2: refactor(eslint-config): optimize config structure and remove project param for ts config

Patch Changes