Skip to content

Commit

Permalink
Added **/*.min.css to master ignores to avoid false `no-invalid-p…
Browse files Browse the repository at this point in the history
…roperties` positive (eslint/css#43)
  • Loading branch information
adamlui committed Jan 13, 2025
1 parent 300d558 commit 8ae9ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import stylisticJS from '@stylistic/eslint-plugin-js'
import yml from 'eslint-plugin-yml'

export default [
{ ignores: ['**/*.min.js', '**/package-lock.json'] },
{ ignores: ['**/*.min.js', '**/*.min.css', '**/package-lock.json'] },
{
files: ['**/*.{js,mjs}'],
languageOptions: { ecmaVersion: 'latest', sourceType: 'module', globals: { ...globals.browser }},
Expand Down

0 comments on commit 8ae9ea2

Please sign in to comment.