Skip to content

Commit 342c81d

Browse files
committed
chore(lint): Update some rules
This now more closely resembles the codebase
1 parent a77a2d1 commit 342c81d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.eslintrc.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ module.exports = {
7474
accessibility: 'explicit'
7575
}
7676
],
77+
'@typescript-eslint/explicit-function-return-type': 'off',
7778
'@typescript-eslint/indent': [
7879
'error',
7980
2,
@@ -86,7 +87,6 @@ module.exports = {
8687
}
8788
}
8889
],
89-
'@typescript-eslint/interface-name-prefix': 'error',
9090
'@typescript-eslint/member-delimiter-style': [
9191
'error',
9292
{
@@ -141,6 +141,7 @@ module.exports = {
141141
'1tbs'
142142
],
143143
'camelcase': 'off',
144+
'@typescript-eslint/camelcase': 'off',
144145
'comma-dangle': 'error',
145146
'complexity': 'off',
146147
'constructor-super': 'error',
@@ -161,12 +162,6 @@ module.exports = {
161162
'error',
162163
1
163164
],
164-
'max-len': [
165-
'error',
166-
{
167-
code: 120
168-
}
169-
],
170165
'new-parens': 'error',
171166
'no-bitwise': 'error',
172167
'no-caller': 'error',

0 commit comments

Comments
 (0)