Skip to content

Commit

Permalink
Added **/rising-stars/ to master ignores to bypass `no-invalid-pr…
Browse files Browse the repository at this point in the history
…operties` false positive for `box-shadow` (eslint/css#41)
  • Loading branch information
adamlui committed Jan 12, 2025
1 parent d2e6e6e commit 6771ae5
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: ['**/package-lock.json'] },
{ ignores: ['**/package-lock.json', '**/rising-stars/'] },
{
files: ['**/*.js', '**/*.mjs'],
languageOptions: {
Expand Down

0 comments on commit 6771ae5

Please sign in to comment.