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 d2c1e98 commit 0b75c16Copy full SHA for 0b75c16
.eslintrc.js
@@ -28,9 +28,7 @@ module.exports = {
28
},
29
rules: {
30
'max-params': ['error', 3],
31
- 'no-void': 'off',
32
'prettier/prettier': 'error',
33
- 'prefer-arrow-functions/prefer-arrow-functions': 'error',
34
'import/order': [
35
'error',
36
{
@@ -45,10 +43,6 @@ module.exports = {
45
43
'type',
46
44
],
47
pathGroups: [
48
- {
49
- pattern: 'react',
50
- group: 'builtin',
51
- },
52
53
pattern: 'react',
54
group: 'builtin',
0 commit comments