fix: js/ts file extensions

This commit is contained in:
Guz013
2023-07-17 16:15:42 -03:00
parent f917bd9710
commit 03f9758884

View File

@@ -4,7 +4,7 @@
* @type {import('../types').ESConfig}
*/
const config = {
files: ['**/*.js', '**/*.ts'],
files: ['**/*.js', '**/*.cjs', '**/*.mjs', '**/*.ts', '**/*.cts', '**/*.mts'],
rules: {
'@typescript-eslint/ban-ts-comment': ['error', {
'ts-ignore': 'allow-with-description',