Skip to content
Snippets Groups Projects
Commit 885fa316 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

chore: add prefer const lint

parent b6ed6797
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ module.exports = { ...@@ -9,6 +9,7 @@ module.exports = {
}, },
rules: { rules: {
"max-params": ["error", 4], "max-params": ["error", 4],
"prefer-const": "error",
}, },
ignorePatterns: ["dist/"], ignorePatterns: ["dist/"],
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment