Skip to content

Commit

Permalink
feat: Add manual meta block
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Feb 4, 2024
1 parent ed93365 commit 067d2bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import preferFlatMap from "./rules/prefer-flat-map.js";
import preferFlat from "./rules/prefer-flat.js";

const index = {
meta: {
name: "eslint-plugin-array-func",
version: "5.0.1"
},
rules: {
"from-map": fromMap,
"no-unnecessary-this-arg": noUnnecessaryThisArgument,
Expand Down

0 comments on commit 067d2bb

Please sign in to comment.