Skip to content

Commit

Permalink
Ignore fomantic folder in linters (#30200)
Browse files Browse the repository at this point in the history
We are not linting these files but editor integrations will still try to
lint, disable that.
silverwind authored Mar 31, 2024
1 parent f691721 commit 38d56ca
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ reportUnusedDisableDirectives: true

ignorePatterns:
- /web_src/js/vendor
- /web_src/fomantic

parserOptions:
sourceType: module
1 change: 1 addition & 0 deletions stylelint.config.js
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ export default {
],
ignoreFiles: [
'**/*.go',
'/web_src/fomantic',
],
overrides: [
{

0 comments on commit 38d56ca

Please sign in to comment.