Ignore fomantic folder in linters (#30200)

We are not linting these files but editor integrations will still try to
lint, disable that.
pull/30192/head^2
silverwind 1 month ago committed by GitHub
parent f691721714
commit 38d56ca106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,6 +3,7 @@ reportUnusedDisableDirectives: true
ignorePatterns:
- /web_src/js/vendor
- /web_src/fomantic
parserOptions:
sourceType: module

@ -16,6 +16,7 @@ export default {
],
ignoreFiles: [
'**/*.go',
'/web_src/fomantic',
],
overrides: [
{

Loading…
Cancel
Save