Skip to content
Snippets Groups Projects
Verified Commit fcfd9bf5 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new eslint rule disable

parent 74b339dc
No related branches found
No related tags found
No related merge requests found
Pipeline #1808 passed
...@@ -5,6 +5,7 @@ module.exports = { ...@@ -5,6 +5,7 @@ module.exports = {
plugins: ["@typescript-eslint"], plugins: ["@typescript-eslint"],
rules: { rules: {
"no-constant-condition": ["error", { checkLoops: false }], "no-constant-condition": ["error", { checkLoops: false }],
"no-empty-function": "off",
semi: ["error", "always"] semi: ["error", "always"]
}, },
root: true root: true
......
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