Skip to content

Commit 589d156

Browse files
committed
Alphabetized file-specific configs by extension ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/perplexity-omnibox]
1 parent e564445 commit 589d156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export default [
3030
'no-unused-vars': ['error', { 'caughtErrors': 'none' }] // allow unused named args in catch blocks
3131
}
3232
},
33-
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},
3433
{ files: ['**/*.json'], language: 'json/json', ...json.configs.recommended },
3534
{
3635
files: ['**/*.md'], language: 'markdown/commonmark', plugins: { markdown },
@@ -41,5 +40,6 @@ export default [
4140
'markdown/no-missing-label-refs': 'off' // allow missing label references
4241
}
4342
},
43+
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},
4444
{ files: ['**/*.yaml, **/*.yml'], ...yml.configs['flat/standard'][1] }
4545
]

0 commit comments

Comments
 (0)