Skip to content

Commit 804ebf5

Browse files
committed
5.0.1 allow console.trace
1 parent a4127df commit 804ebf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codeclimateEslintRulesv5.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"warn",
1818
{
1919
"allow": [
20-
"error"
20+
"error",
21+
"trace"
2122
]
2223
}
2324
],

0 commit comments

Comments
 (0)