Skip to content
Snippets Groups Projects
Commit ecdb3bed authored by Simon Malesys's avatar Simon Malesys
Browse files

Disable a linter rule

parent 7800e0f0
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@
"recommended": true,
"complexity": {
"noForEach": "off",
"useArrowFunction": "off"
"useArrowFunction": "off",
"noStaticOnlyClass": "off"
}
}
}
......
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