Skip to content

Commit 3099ed5

Browse files
committed
unrealBloomPass Debug
1 parent 6127763 commit 3099ed5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc.cjs

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ module.exports = {
1616
'warn',
1717
{ allowConstantExport: true },
1818
],
19-
"no-eval": "off"
19+
"no-eval": process.env.DISABLE_EVAL_RULE || "error",
20+
"no-unused-vars": "off",
21+
"@typescript-eslint/no-unused-vars": "warn",
2022
},
2123
}

0 commit comments

Comments
 (0)