Skip to content

Commit 06108f4

Browse files
author
Walker Leite
committed
feat(lint): disable rule
1 parent f05824c commit 06108f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
}
2828
],
2929
"import/extensions": "off",
30+
"import/prefer-default-export": "off",
3031
"no-param-reassign": "off",
3132
"one-var-declaration-per-line": "off"
3233
},

0 commit comments

Comments
 (0)