Skip to content

Commit 15fc707

Browse files
committed
11Jul24 update eslint
1 parent 8989fe9 commit 15fc707

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc.cjs

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ module.exports = {
2020
],
2121
parserOptions: {
2222
ecmaVersion: 'latest'
23-
}
23+
},
24+
// rules: {
25+
// 'no-console': 'error' // Add this line to error out on console statements
26+
// }
2427
}

0 commit comments

Comments
 (0)