eslint-config-beslogic 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/angular.js +1 -0
- package/package.json +1 -1
package/angular.js
CHANGED
|
@@ -183,6 +183,7 @@ module.exports = {
|
|
|
183
183
|
"@typescript-eslint/no-invalid-this": "off",
|
|
184
184
|
// Redundant with Angular's dependecy injection
|
|
185
185
|
"@typescript-eslint/no-parameter-properties": "off",
|
|
186
|
+
"@typescript-eslint/parameter-properties": "off",
|
|
186
187
|
// Angular directives can lead to `const myFunc = this.service.func`
|
|
187
188
|
"@typescript-eslint/unbound-method": "off",
|
|
188
189
|
// Allow class because of "classList"
|