Skip to content

Commit 3f28ebf

Browse files
committed
Update lints
1 parent 9cd3d86 commit 3f28ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import eslintConfigPrettier from 'eslint-config-prettier';
44

55
export default [
66
{
7-
files: ['**/*.js'],
7+
files: ['**/*.js', '**/*.cjs'],
88
languageOptions: { sourceType: 'commonjs' },
99
},
1010
{
@@ -25,6 +25,6 @@ export default [
2525
pluginJs.configs.recommended,
2626
eslintConfigPrettier,
2727
{
28-
ignores: ['tests/fixture/*', 'tests/fixture-ts/*', 'files/ember-cli-build.js'],
28+
ignores: ['tests/fixture/*', 'tests/fixture-ts/*', 'files/ember-cli-build.cjs'],
2929
},
3030
];

0 commit comments

Comments
 (0)