Add "block-scoped-var" eslint rule

This commit is contained in:
Guillaume Gomez 2022-06-03 11:20:46 +02:00
parent 72bd8e4996
commit 1e4a149823

View File

@ -75,5 +75,6 @@ module.exports = {
"no-import-assign": "error",
"no-self-compare": "error",
"no-template-curly-in-string": "error",
"block-scoped-var": "error",
}
};