Skip to content

Commit

Permalink
fix(build): Disable i18n rule for Codelyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
tenretC committed Apr 10, 2018
1 parent 32ce553 commit 50a203d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stark-build/config/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"trackBy-function": true,
"import-destructuring-spacing": true,
"no-unused-css": true,
"i18n": [true, "check-id", "check-text"],
"i18n": false,
"template-cyclomatic-complexity": [true, 5],
"template-conditional-complexity": [true, 4],

Expand Down

0 comments on commit 50a203d

Please sign in to comment.