Skip to content

Commit 321e2a5

Browse files
fix(no-debug): enable for angular (#104)
1 parent 9200356 commit 321e2a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rules/no-debug.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const { getDocsUrl } = require('../utils');
44

55
const LIBRARY_MODULES_WITH_SCREEN = [
66
'@testing-library/dom',
7+
'@testing-library/angular',
78
'@testing-library/react',
89
'@testing-library/preact',
910
'@testing-library/vue',

0 commit comments

Comments
 (0)