Commit 0d7473d0 authored by Paul Slaughter's avatar Paul Slaughter

Replace jest specific glob with *.config.*.js

- There's differnet patterns for specifying
  different types of a config. Let's
  support both.
parent 308a1db2
...@@ -93,7 +93,7 @@ overrides: ...@@ -93,7 +93,7 @@ overrides:
- 'config/**/*' - 'config/**/*'
- 'scripts/**/*' - 'scripts/**/*'
- '*.config.js' - '*.config.js'
- 'jest.*.js' - '*.config.*.js'
rules: rules:
'@gitlab/require-i18n-strings': off '@gitlab/require-i18n-strings': off
import/no-extraneous-dependencies: off import/no-extraneous-dependencies: off
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment