eslint-config-digiteels
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "eslint-config-digiteels", | ||
"description": "ESLint rule presets built and suggested by DigitEels", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "DigitEels", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -17,3 +17,4 @@ 'use strict'; | ||
ecmaVersion: 6, | ||
sourceType: 'module', | ||
}, | ||
}; |
@@ -7,5 +7,3 @@ 'use strict'; | ||
// enforce that class methods utilize this | ||
'class-methods-use-this': ['error', { | ||
exceptions: [], | ||
}], | ||
'class-methods-use-this': 'error', | ||
@@ -12,0 +10,0 @@ // disallow empty functions |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
32629
853