diff options
author | silverwind <me@silverwind.io> | 2024-03-31 13:41:28 +0200 |
---|---|---|
committer | Gergely Nagy <forgejo@gergo.csillger.hu> | 2024-04-07 15:40:31 +0200 |
commit | 29a8be7c3d336fa4afd9e12cdb317b033c0a8675 (patch) | |
tree | dd60dc6204f01ac66338a8f6f518cba50d4ebedb /stylelint.config.js | |
parent | Make a distinction between `active` and `selected` in the issue author dropdo... (diff) | |
download | forgejo-29a8be7c3d336fa4afd9e12cdb317b033c0a8675.tar.xz forgejo-29a8be7c3d336fa4afd9e12cdb317b033c0a8675.zip |
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)
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: [ { |