Skip to content

Commit f5947d5

Browse files
committed
Uncomment no-invalid-regexp rule
1 parent 524cc12 commit f5947d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tslint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ module.exports = {
140140
true,
141141
'functions'
142142
],
143-
// 'no-invalid-regexp': true,
143+
'no-invalid-regexp': true,
144144
'no-irregular-whitespace': true,
145145
'no-regex-spaces': true,
146146
'no-sparse-arrays': true,

0 commit comments

Comments
 (0)