Skip to content

Commit c1ff151

Browse files
Remove unnecessary linter rules
1 parent e455a05 commit c1ff151

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.eslintrc.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
// There is a bug: Prop() is correctly applied but the linter still complains
2727
"@stencil-community/no-unused-watch": 0,
2828
// Results in false positives
29-
"@stencil-community/own-methods-must-be-private": 0,
30-
"import/no-extraneous-dependencies": 0,
31-
"import/prefer-default-export": 0
29+
"@stencil-community/own-methods-must-be-private": 0
3230
}
3331
}

0 commit comments

Comments
 (0)