We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a35f06 commit 65bc6e2Copy full SHA for 65bc6e2
.eslintrc.js
@@ -1,6 +1,7 @@
1
module.exports = {
2
+ root: true,
3
extends: "@cablanchard",
4
rules: {
- "no-console": ["error", { allow: ["warn", "error"] }]
5
- }
+ "no-console": ["error", { allow: ["warn", "error"] }],
6
+ },
7
};
0 commit comments