Skip to content
Snippets Groups Projects
Commit ac85e03c authored by rhenck's avatar rhenck
Browse files

Add transform method name to ignored class methods without this

parent ebb145c6
No related branches found
No related tags found
No related merge requests found
Pipeline #40198 failed
......@@ -25,7 +25,7 @@
"project": "./tsconfig.json"
},
"rules": {
"class-methods-use-this": ["error", { "exceptMethods": ["getElementComponent", "getNewOptionLabel"] }]
"class-methods-use-this": ["error", { "exceptMethods": ["getElementComponent", "getNewOptionLabel", "transform"] }]
},
"overrides": [
{
......
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