eslint-config-dvpnt
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -184,4 +184,9 @@ module.exports = { | ||
'arrow-parens': ['error', 'always'], | ||
'class-methods-use-this': 'off' | ||
'arrow-spacing': 'error', | ||
'class-methods-use-this': 'off', | ||
'prefer-arrow-callback': 'error', | ||
'no-return-await': 'error', | ||
'rest-spread-spacing': ['error', 'never'], | ||
'object-shorthand': ['error', 'properties'] | ||
} | ||
}; |
{ | ||
"name": "eslint-config-dvpnt", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "eslint config for dvpnt projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5463
191