Skip to content

Commit 6bd24d6

Browse files
committed
jsファイル上でconsole.logの仕様を許可する
1 parent 7ac0615 commit 6bd24d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "airbnb-base",
33
"rules": {
4-
"arrow-body-style": ["error", "always"]
4+
"arrow-body-style": ["error", "always"],
5+
"no-console": ["off"]
56
}
67
}

0 commit comments

Comments
 (0)