Explorar el Código

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 hace 1 mes
padre
commit
38d56ca106
No account linked to committer's email address
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1
    0
      .eslintrc.yaml
  2. 1
    0
      stylelint.config.js

+ 1
- 0
.eslintrc.yaml Ver fichero

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

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

parserOptions:
sourceType: module

+ 1
- 0
stylelint.config.js Ver fichero

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

Cargando…
Cancelar
Guardar