Skip to content

Commit 38d56ca

Browse files
authored
Ignore fomantic folder in linters (go-gitea#30200)
We are not linting these files but editor integrations will still try to lint, disable that.
1 parent f691721 commit 38d56ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.eslintrc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ reportUnusedDisableDirectives: true
33

44
ignorePatterns:
55
- /web_src/js/vendor
6+
- /web_src/fomantic
67

78
parserOptions:
89
sourceType: module

stylelint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default {
1616
],
1717
ignoreFiles: [
1818
'**/*.go',
19+
'/web_src/fomantic',
1920
],
2021
overrides: [
2122
{

0 commit comments

Comments
 (0)