Skip to content

Commit 6771ae5

Browse files
committed
Added **/rising-stars/ to master ignores to bypass no-invalid-properties false positive for box-shadow (eslint/css#41)
1 parent d2e6e6e commit 6771ae5

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
@@ -9,7 +9,7 @@ import stylisticJS from '@stylistic/eslint-plugin-js'
99
import yml from 'eslint-plugin-yml'
1010

1111
export default [
12-
{ ignores: ['**/package-lock.json'] },
12+
{ ignores: ['**/package-lock.json', '**/rising-stars/'] },
1313
{
1414
files: ['**/*.js', '**/*.mjs'],
1515
languageOptions: {

0 commit comments

Comments
 (0)