eslint-plugin-unicorn
Advanced tools
Comparing version 25.0.0 to 25.0.1
@@ -11,5 +11,5 @@ 'use strict'; | ||
'no-reduce': 'unicorn/no-array-reduce', | ||
'prefer-dataset': 'unicorn/prefer-dom-node-dataset', | ||
'prefer-event-key': 'unicorn/prefer-keyboard-event-key', | ||
'prefer-exponentiation-operator': 'prefer-exponentiation-operator', | ||
'prefer-dataset': 'unicorn/prefer-dom-node-dataset', | ||
'prefer-flat-map': 'unicorn/prefer-array-flat-map', | ||
@@ -16,0 +16,0 @@ 'prefer-node-append': 'unicorn/prefer-dom-node-append', |
{ | ||
"name": "eslint-plugin-unicorn", | ||
"version": "25.0.0", | ||
"version": "25.0.1", | ||
"description": "Various awesome ESLint rules", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -19,4 +19,6 @@ 'use strict'; | ||
} | ||
return rules; | ||
} | ||
module.exports = createDeprecatedRules; |
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
275069
9084