Skip to content
代码片段 群组 项目
未验证 提交 0d7473d0 编辑于 作者: 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.
上级 308a1db2
No related branches found
No related tags found
无相关合并请求
......@@ -93,7 +93,7 @@ overrides:
- 'config/**/*'
- 'scripts/**/*'
- '*.config.js'
- 'jest.*.js'
- '*.config.*.js'
rules:
'@gitlab/require-i18n-strings': off
import/no-extraneous-dependencies: off
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册