eslint-config-mgol
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -230,3 +230,3 @@ 'use strict'; | ||
'prefer-spread': 'error', | ||
'prefer-reflect': 'error', | ||
'prefer-reflect': ['error', {exceptions: ['delete']}], | ||
'prefer-rest-params': 'error', | ||
@@ -233,0 +233,0 @@ 'prefer-template': 'error', |
{ | ||
"name": "eslint-config-mgol", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "ESLint config for projects written by mgol", | ||
@@ -5,0 +5,0 @@ "main": "eslint-config-mgol.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
10822