We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac0615 commit 6bd24d6Copy full SHA for 6bd24d6
.eslintrc
@@ -1,6 +1,7 @@
1
{
2
"extends": "airbnb-base",
3
"rules": {
4
- "arrow-body-style": ["error", "always"]
+ "arrow-body-style": ["error", "always"],
5
+ "no-console": ["off"]
6
}
7
0 commit comments