Skip to content

Commit 65bc6e2

Browse files
committed
Update
1 parent 7a35f06 commit 65bc6e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.eslintrc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
2+
root: true,
23
extends: "@cablanchard",
34
rules: {
4-
"no-console": ["error", { allow: ["warn", "error"] }]
5-
}
5+
"no-console": ["error", { allow: ["warn", "error"] }],
6+
},
67
};

0 commit comments

Comments
 (0)