loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Ignore fomantic folder in linters (#30200)

We are not linting these files but editor integrations will still try to
lint, disable that.

(cherry picked from commit 38d56ca10600bdb867b363be717f7cf5d176297a)

authored by

silverwind and committed by
Gergely Nagy
29a8be7c 6c3dbc2e

+2
+1
.eslintrc.yaml
··· 3 3 4 4 ignorePatterns: 5 5 - /web_src/js/vendor 6 + - /web_src/fomantic 6 7 7 8 parserOptions: 8 9 sourceType: module
+1
stylelint.config.js
··· 16 16 ], 17 17 ignoreFiles: [ 18 18 '**/*.go', 19 + '/web_src/fomantic', 19 20 ], 20 21 overrides: [ 21 22 {