Skip to content

Releases: 6XGate/lint

v3.3.2

03 Nov 23:04
Compare
Choose a tag to compare
  • Fixed strict-boolean-expressions settings.

v3.3.1

03 Nov 22:58
Compare
Choose a tag to compare
  • Relaxed settings on strict-boolean-expressions to allow common use cases that produce cleaner code.
  • Relaxed settings on restrict-template-expressions to allow never values to work around any issues in generics.

v3.3.0

02 Nov 14:31
Compare
Choose a tag to compare
  • Updated dependencies, and fixed styling due to those changes.

v3.2.1

14 Aug 22:28
Compare
Choose a tag to compare

Added TypeScript definitions for exported Prettier configuration.

v3.2.0

14 Aug 22:18
Compare
Choose a tag to compare

Made using ESLint and Prettier separately possible

  • Added a separately referenceable Prettier config.
  • Reverted the arrow parentheses to default.
  • Added the usePrettier config support function.
  • The Prettier component is no longer force-enabled in the ESLint rules.
  • Removed unnecessary dependency requirements for the JavaScript component.
  • Disabled the no-confusing-arrow rule since it doesn't play well with Prettier.

v.3.1.4

13 Aug 00:53
Compare
Choose a tag to compare
  • Disable Vue rule that requires prop default since it does work with exactOptionalPropertyTypes.

v3.1.3

03 Aug 15:50
Compare
Choose a tag to compare

Synced the ESLintRC dependency with ESLint.

v3.1.2

03 Aug 15:42
Compare
Choose a tag to compare

Added overrides for CommonJS and ESLintRC files.

v3.1.1

03 Aug 14:55
Compare
Choose a tag to compare

Fixed package publishing visibility.

v3.1.0

03 Aug 14:48
Compare
Choose a tag to compare

First public release