Releases: web-scrobbler/eslint-config-web-scrobbler
Releases · web-scrobbler/eslint-config-web-scrobbler
v3.1.1
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #128
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #117
- Bump eslint-plugin-jsdoc from 40.0.0 to 46.8.1 by @dependabot in #119
- Bump prettier from 2.4.1 to 3.2.5 by @dependabot in #137
- Bump tape from 5.6.6 to 5.7.5 by @dependabot in #139
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Configure Renovate by @renovate in #113
- Bump tape from 5.6.3 to 5.6.6 by @dependabot in #121
- Bump actions/setup-node from 3 to 4 by @dependabot in #130
- Bump JS-DevTools/npm-publish from 2 to 3 by @dependabot in #131
- Add strict type imports and regenerate lockfile by @yayuyokitano in #136
- ⬆️ Update node to v20 by @renovate in #129
New Contributors
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Major changes
Renamed package to be within our org account
eslint-config-web-scrobbler -> @web-scrobbler/eslint-config
What's Changed
- Bump eslint-plugin-jsdoc from 30.7.9 to 31.6.0 by @dependabot in #54
- Bump eslint from 7.17.0 to 7.19.0 by @dependabot in #55
- Bump eslint-plugin-jsdoc from 31.6.0 to 32.2.0 by @dependabot in #56
- Bump eslint from 7.19.0 to 7.21.0 by @dependabot in #57
- Bump tape from 5.1.1 to 5.2.1 by @dependabot in #58
- Bump eslint-plugin-jsdoc from 32.2.0 to 32.3.0 by @dependabot in #59
- Bump eslint from 7.21.0 to 7.23.0 by @dependabot in #60
- Bump tape from 5.2.1 to 5.2.2 by @dependabot in #61
- Bump eslint-plugin-jsdoc from 32.3.0 to 33.0.0 by @dependabot in #63
- Bump eslint from 7.23.0 to 7.25.0 by @dependabot in #62
- Bump eslint from 7.25.0 to 7.32.0 by @dependabot in #70
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #78
- Bump prettier from 2.2.1 to 2.4.1 by @dependabot in #77
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #73
- Bump tape from 5.2.2 to 5.3.1 by @dependabot in #74
- Bump tape from 5.3.1 to 5.6.3 by @dependabot in #109
- Bump eslint-plugin-jsdoc from 33.0.0 to 40.0.0 by @dependabot in #110
- Update CI, add dependabot actions, bump nodejs by @inverse in #115
- Update eslint config by @yayuyokitano in #114
- Change name and update version by @yayuyokitano in #122
- Add publish pipeline by @inverse in #123
New Contributors
- @inverse made their first contribution in #115
- @yayuyokitano made their first contribution in #114
Full Changelog: v2.1.1...v3.0.0
v2.1.1
Fixed
- Fixed invalid config
v2.1.0
Changed
- Updated
object-shorthand
rule
Allow to use long-form for consistency. - Updated
space-before-function-paren
rule
Avoid conflicts with Prettier.
v2.0.1
Changed
- Allowed any type in template expressions
- Updated dependencies
Fixed
- Added a missing file
v2.0.0
Added
- Added support for JSX/TSX
Changed
- Moved dependencies to peer dependencies
You should install these dependencies manually. See readme for details. - Moved Vue overrides to a separate file
You should addweb-scrobbler/vue
to theextends
section to enable Vue support.
v1.1.0
Changed
- Allowed to omit types in JSDoc in TypeScript
- Allowed to use TypeScript comments
- Improved Vue support
Fixed
- Included JavaScript rules in config for TypeScript
v1.0.1
Fixed
- Extracted TypeScript-related rules to separate config
v1.0.0
Added
- Added configuration for TypeScript projects
Changed
- Updated dependencies