diff options
author | silverwind <me@silverwind.io> | 2024-03-31 13:41:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 11:41:28 +0000 |
commit | 38d56ca10600bdb867b363be717f7cf5d176297a (patch) | |
tree | 643f02188c25f6d2bb102f8ac5843f6a1751c764 /stylelint.config.js | |
parent | f691721714cba2a1a11e69c2b3da323b031620ff (diff) | |
download | gitea-38d56ca10600bdb867b363be717f7cf5d176297a.tar.gz gitea-38d56ca10600bdb867b363be717f7cf5d176297a.zip |
Ignore fomantic folder in linters (#30200)
We are not linting these files but editor integrations will still try to
lint, disable that.
Diffstat (limited to 'stylelint.config.js')
-rw-r--r-- | stylelint.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stylelint.config.js b/stylelint.config.js index c34181233e..523b18841e 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -16,6 +16,7 @@ export default { ], ignoreFiles: [ '**/*.go', + '/web_src/fomantic', ], overrides: [ { |