eslint-plugin-array-func
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "eslint-plugin-array-func", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Rules dealing with Array functions and methods.", | ||
@@ -14,10 +14,10 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@freaktechnik/eslint-config-node": "^5.2.1", | ||
"@freaktechnik/eslint-config-test": "^5.2.1", | ||
"ava": "^0.23.0", | ||
"@freaktechnik/eslint-config-node": "^6.0.0", | ||
"@freaktechnik/eslint-config-test": "^6.0.0", | ||
"ava": "^0.24.0", | ||
"codecov": "^3.0.0", | ||
"eslint": "^4.10.0", | ||
"eslint": "^4.14.0", | ||
"eslint-ava-rule-tester": "^2.0.2", | ||
"eslint-plugin-eslint-plugin": "^1.2.0", | ||
"nyc": "^11.3.0" | ||
"nyc": "^11.4.1" | ||
}, | ||
@@ -24,0 +24,0 @@ "peerDependencies": { |
@@ -8,15 +8,15 @@ # eslint-plugin-array-func | ||
## Contents | ||
- [Installation](#Installation) | ||
- [Rules](#Rules) | ||
- [Installation](#installation) | ||
- [Rules](#rules) | ||
- [`from-map`](#from-map) | ||
- [Examples](#Examples) | ||
- [Examples](#examples) | ||
- [`no-unnecessary-this-arg`](#no-unnecessary-this-arg) | ||
- [Checked Functions](#checked-functions) | ||
- [Checked Methods](#checked-methods) | ||
- [Examples](#Examples2) | ||
- [Examples](#examples-1) | ||
- [`prefer-array-from`](#prefer-array-from) | ||
- [Examples](#Examples3) | ||
- [`array-func/recommended` Configuration](#array-func-recommended-configuration) | ||
- [Examples](#examples-2) | ||
- [`array-func/recommended` Configuration](#array-funcrecommended-configuration) | ||
- [Using the Configuration](#using-the-configuration) | ||
- [License](#License) | ||
- [License](#license) | ||
@@ -23,0 +23,0 @@ ## Installation |
@@ -18,3 +18,3 @@ /** | ||
docs: { | ||
description: "Prefer using Array.from over spreading an interable in an array literal.", | ||
description: "Prefer using Array.from over spreading an iterable in an array literal.", | ||
recommended: true | ||
@@ -21,0 +21,0 @@ }, |
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