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.
Files changed (2) hide show
  1. package/angular.js +1 -0
  2. 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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-beslogic",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "ESLint rules, plugins and configs used at Beslogic",
5
5
  "main": "index.js",
6
6
  "scripts": {