Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 5c7c305

Browse files
committed
turn off debugger, console
1 parent f74599d commit 5c7c305

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ module.exports = {
1616
"jsxBracketSameLine": true,
1717
"printWidth": 100,
1818
"parser": "babylon",
19-
}]
19+
}],
20+
"no-debugger": 0,
21+
"no-console": 0,
2022
},
2123
parser: "babel-eslint",
2224
env: {

0 commit comments

Comments
 (0)