Skip to content

Commit

Permalink
Added docs/**/*.min.css to master ignores to avoid false `no-inva…
Browse files Browse the repository at this point in the history
…lid-properties` positive (eslint/css#43)
  • Loading branch information
adamlui committed Jan 13, 2025
1 parent a2d1a3e commit bfe4d0d
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', 'docs/**/*.min.css', '**/package-lock.json'] },
{
files: ['**/*.{js,mjs}'],
languageOptions: {
Expand Down

0 comments on commit bfe4d0d

Please sign in to comment.