Skip to content

Commit 0b75c16

Browse files
committed
chore: cleanup eslintrc
1 parent d2c1e98 commit 0b75c16

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.eslintrc.js

-6
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ module.exports = {
2828
},
2929
rules: {
3030
'max-params': ['error', 3],
31-
'no-void': 'off',
3231
'prettier/prettier': 'error',
33-
'prefer-arrow-functions/prefer-arrow-functions': 'error',
3432
'import/order': [
3533
'error',
3634
{
@@ -45,10 +43,6 @@ module.exports = {
4543
'type',
4644
],
4745
pathGroups: [
48-
{
49-
pattern: 'react',
50-
group: 'builtin',
51-
},
5246
{
5347
pattern: 'react',
5448
group: 'builtin',

0 commit comments

Comments
 (0)