Releases: pixijs/eslint-config
Releases · pixijs/eslint-config
v6.0.0
v5.1.0
- Fix
@typescript-eslint/no-duplicate-imports
deprecated rule, replaced withimport/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
v4.1.0
🎁 Added
- Add imports / exports lint rules (#8) @SuperSodaSea
🧹 Chores
- Chore: Add GitHub Actions to PRs and branch pushes (#9) @bigtimebuddy
v4.0.1
v4.0.0
v3.0.0
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
- Bumps lodash to 4.17.21 in lieu of command injection vulnerability (unused by @pixi/eslint-config directly)
v2.0.1
- Fixes
no-use-before-define
for TypeScript
v2.0.0
- Bump dependencies
- Upstream changes from pixi.js repo configuration