瀏覽代碼

Ignore fomantic folder in linters (#30200)

We are not linting these files but editor integrations will still try to
lint, disable that.
tags/v1.22.0-rc1
silverwind 1 月之前
父節點
當前提交
38d56ca106
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 2 行新增0 行删除
  1. 1
    0
      .eslintrc.yaml
  2. 1
    0
      stylelint.config.js

+ 1
- 0
.eslintrc.yaml 查看文件

@@ -3,6 +3,7 @@ reportUnusedDisableDirectives: true

ignorePatterns:
- /web_src/js/vendor
- /web_src/fomantic

parserOptions:
sourceType: module

+ 1
- 0
stylelint.config.js 查看文件

@@ -16,6 +16,7 @@ export default {
],
ignoreFiles: [
'**/*.go',
'/web_src/fomantic',
],
overrides: [
{

Loading…
取消
儲存