Skip to content

Releases: pixijs/eslint-config

v5.1.0

19 Dec 19:29
Compare
Choose a tag to compare
  • Fix @typescript-eslint/no-duplicate-imports deprecated rule, replaced with import/no-duplicates
  • Changed 'spaced-comment': [1, 'always'] to 'spaced-comment': [1, 'always', { markers: ['/'] }] to support triple-slash directives
  • Chores: Add GitHub Actions publishing

v5.0.0

07 Nov 21:07
Compare
Choose a tag to compare

🔥 Breaking Changes

  • Requires ESLint 8+ and TypeScript 5+

Chores

  • Chore: Update Typescript and ESLint dependencies (#11)

v4.1.0

07 Nov 19:54
Compare
Choose a tag to compare

🎁 Added

🧹 Chores

v4.0.1

13 May 16:59
Compare
Choose a tag to compare
  • Fix the aggressive comma-dangle (#7) @Zyie

v4.0.0

13 May 14:45
Compare
Choose a tag to compare

Changed

  • Improve TypeScript clashes with vanilla ESLint rules. This change may have impacts on existing mixed TS/JS project hence the major bump (#6) @Zyie

v3.0.0

05 Jan 14:35
Compare
Choose a tag to compare

Changed

  • Upgrade the@typescript-eslint/eslint-plugin and @typescript-eslint/parser dependency versions to be the latest. Removes warning when working with newer versions of TypeScript.

2.0.2

16 May 01:14
Compare
Choose a tag to compare
  • Bumps lodash to 4.17.21 in lieu of command injection vulnerability (unused by @pixi/eslint-config directly)

v2.0.1

04 Jan 20:34
Compare
Choose a tag to compare
  • Fixes no-use-before-define for TypeScript

v2.0.0

04 Jan 20:01
Compare
Choose a tag to compare
  • Bump dependencies
  • Upstream changes from pixi.js repo configuration