cletusw / eslint-plugin-local-rules

A plugin for ESLint that allows you to use project-specific rules
MIT License
158 stars 9 forks source link

Support cjs #5

Closed conartist6 closed 3 years ago

conartist6 commented 3 years ago

Newer packages are going to start supporting modular imports, and when type: module is turned on in a package all files in the package that are not modules must have the .cjs extension.

cletusw commented 3 years ago

Thanks!