Skip to content

Commit 08bf5ca

Browse files
committed
Add no-parameter-properties rule to tslint config
1 parent 0fb91e7 commit 08bf5ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tslint.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"no-duplicate-variable": true,
1212
"no-eval": true,
1313
"no-internal-module": true,
14+
"no-parameter-properties": true,
1415
"no-trailing-whitespace": true,
1516
"no-var-keyword": true,
1617
"one-line": [

0 commit comments

Comments
 (0)