Skip to content

Commit 443809f

Browse files
117616: Disabled unstable linting rules
1 parent e1f3cc0 commit 443809f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"dspace-angular-ts/themed-component-selectors": "error",
280280
"dspace-angular-ts/themed-component-usages": "error",
281281
"dspace-angular-ts/themed-decorators": [
282-
"error",
282+
"off",
283283
{
284284
"decorators": {
285285
"listableObjectComponent": 3,
@@ -289,7 +289,7 @@
289289
],
290290
"dspace-angular-ts/themed-wrapper-no-input-defaults": "error",
291291
"dspace-angular-ts/unique-decorators": [
292-
"error",
292+
"off",
293293
{
294294
"decorators": [
295295
"listableObjectComponent"

0 commit comments

Comments
 (0)