Closed intcreator closed 4 days ago
looks like this won't be able to be merged until we drop support for Node v16
edit: I was able to support Node v16 by downgrading typescript-eslint
:tada: This PR is included in version 3.2.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Description
Migrate .eslintrc to esling.config.mjs. Using .mjs so I can use
import
(.ts configs are still experimental). Fixed a few lint issues that were easy, changed one new lint rule to a warn since it wasn't caught before.Related Issue
Fixes #899
Motivation and Context
Using the new flat config for Eslint is required for upgrading to 9.0
How Has This Been Tested?
Ran
npm run lint
and VS Code Eslint plugin many timesScreenshots (if appropriate):
Types of changes
Checklist:
!
after the type/scope in the title (see the Conventional Commits standard).