]> source.dussan.org Git - gitea.git/commitdiff
Ignore fomantic folder in linters (#30200)
authorsilverwind <me@silverwind.io>
Sun, 31 Mar 2024 11:41:28 +0000 (13:41 +0200)
committerGitHub <noreply@github.com>
Sun, 31 Mar 2024 11:41:28 +0000 (11:41 +0000)
We are not linting these files but editor integrations will still try to
lint, disable that.

.eslintrc.yaml
stylelint.config.js

index 99ce2e97d67afa48944587aa60c07d29905e8c6f..43edd14cecaaaf06a4d0f0733fbef76edab933c0 100644 (file)
@@ -3,6 +3,7 @@ reportUnusedDisableDirectives: true
 
 ignorePatterns:
   - /web_src/js/vendor
+  - /web_src/fomantic
 
 parserOptions:
   sourceType: module
index c34181233e1cea03c803820a1002a4c9a00e8108..523b18841ed21c1c8564f866e486007a3c924d26 100644 (file)
@@ -16,6 +16,7 @@ export default {
   ],
   ignoreFiles: [
     '**/*.go',
+    '/web_src/fomantic',
   ],
   overrides: [
     {