Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use plain .js for the ESLint configuration
Since we set "type": "module" in package.json, Node.js doesn't necessarily need the .mjs extension to know this is a module. Let's go ahead and assume we have no CommonJS modules anywhere in this project.
- Loading branch information