Skip to content

Commit 0f17469

Browse files
committed
1 parent ece8058 commit 0f17469

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
@@ -11,7 +11,7 @@ import stylisticJS from '@stylistic/eslint-plugin-js'
1111
import yml from 'eslint-plugin-yml'
1212

1313
export default [
14-
{ ignores: ['**/package-lock.json'] },
14+
{ ignores: ['**/*.min.js', '**/package-lock.json'] },
1515
{
1616
files: ['**/*.{js,mjs}'],
1717
languageOptions: {

0 commit comments

Comments
 (0)