Releases: rakutenrewards/eslint-config
Releases · rakutenrewards/eslint-config
v3.0.0
v2.3.1
What's Changed
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #28
- Bump yargs-parser from 18.1.0 to 18.1.3 by @dependabot in #30
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- add missing typescript dependency by @JimmyMultani in #24
- chore(dependencies): updated dependencies + fixed lint issues after linting using the actual lint rules :) by @aaalrightalrightalright in #25
- feat: Update TypeScript dependencies for 4.0 by @JimmyMultani in #31
Full Changelog: v2.2.2...v2.3.0
v2.2.2
-
chore: update ESLint rules for TypeScript (#23)
Some of these ESLint rules cause TS/TSX files to improperly report that the imported files don't exist, when they do. This is because it's currently set to
['.js', '.jsx']
. We're now adjusting the rule (specifically for TypeScript) so it will resolve for TS/TSX modules.