Skip to content

Commit

Permalink
Ignore linting dist/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Jan 24, 2025
1 parent 5dbc0bb commit 9557845
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ parserOptions:
rules: {
"no-use-before-define": 0
}
ignorePatterns:
- 'dist/'
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"message": "Expected class selector to match BEM CSS pattern: https://en.bem.info/methodology/css"
}
]
}
},
"ignoreFiles": ["dist/**/*"]
}

0 comments on commit 9557845

Please sign in to comment.