mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 08:58:23 +08:00
Fix typo in regexp (#15204)
This commit is contained in:
@@ -62,7 +62,7 @@ hook({ extensions: ['.scss', '.sass'] });
|
||||
|
||||
hook({ ignore: (file: string) => false });
|
||||
hook({ ignore: 'unused' });
|
||||
hook({ ignore: /\.test\.(css|scss|sass)/$ });
|
||||
hook({ ignore: /\.test\.(css|scss|sass)$/ });
|
||||
|
||||
//
|
||||
// https://github.com/css-modules/css-modules-require-hook/blob/master/README.md#preprocesscss-function
|
||||
|
||||
Reference in New Issue
Block a user