fix: lint

This commit is contained in:
Beka Westberg
2022-03-04 21:05:52 +00:00
parent 4dac25ae99
commit 050956d105

View File

@@ -14,7 +14,8 @@
"no-unused-vars": ["off"],
// Allow uncommented helper functions in tests.
"require-jsdoc": ["off"],
"prefer-rest-params": ["off"]
"prefer-rest-params": ["off"],
"no-invalid-this": ["off"]
},
"extends": "../../.eslintrc.json"
}