Skip to content

Commit

Permalink
Use plain .js for the ESLint configuration
Browse files Browse the repository at this point in the history
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
ahamlinman committed Sep 8, 2024
1 parent 7021622 commit 076c4bd
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 076c4bd

Please sign in to comment.