We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d89a2 commit 8aac91fCopy full SHA for 8aac91f
.eslintrc.json
@@ -21,7 +21,8 @@
21
"curly": 2,
22
"indent": [2, "tab"],
23
"max-len": [1, 80],
24
- "no-empty": 2,
+ "no-empty": 1,
25
+ "@typescript-eslint/no-empty-interface": 1,
26
"no-eval": 2,
27
"@typescript-eslint/no-misused-new": "error",
28
"no-trailing-spaces": 2,
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## [v1.2.4]
4
5
### Fixes
6
+- [TSTEMPLATE-15] Set no-empty eslint rule to warn instead of error
7
- [TSTEMPLATE-14] Remove tsconfig.spec.json
8
- [TSTEMPLATE-13] Switch tsconfig to output es6
9
0 commit comments