Skip to content

Commit 8aac91f

Browse files
committed
[TSTEMPLATE-15] Set no-empty eslint rule to warn instead of error
1 parent a4d89a2 commit 8aac91f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"curly": 2,
2222
"indent": [2, "tab"],
2323
"max-len": [1, 80],
24-
"no-empty": 2,
24+
"no-empty": 1,
25+
"@typescript-eslint/no-empty-interface": 1,
2526
"no-eval": 2,
2627
"@typescript-eslint/no-misused-new": "error",
2728
"no-trailing-spaces": 2,

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [v1.2.4]
44

55
### Fixes
6+
- [TSTEMPLATE-15] Set no-empty eslint rule to warn instead of error
67
- [TSTEMPLATE-14] Remove tsconfig.spec.json
78
- [TSTEMPLATE-13] Switch tsconfig to output es6
89

0 commit comments

Comments
 (0)