We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed93365 commit 067d2bbCopy full SHA for 067d2bb
index.js
@@ -10,6 +10,10 @@ import preferFlatMap from "./rules/prefer-flat-map.js";
10
import preferFlat from "./rules/prefer-flat.js";
11
12
const index = {
13
+ meta: {
14
+ name: "eslint-plugin-array-func",
15
+ version: "5.0.1"
16
+ },
17
rules: {
18
"from-map": fromMap,
19
"no-unnecessary-this-arg": noUnnecessaryThisArgument,
0 commit comments