Skip to content

Commit

Permalink
lookup: add eslint-plugin-jest (#686)
Browse files Browse the repository at this point in the history
This is mostly to have a code base using Jest. It would be preferable to
include Jest itself instead. See #684.
  • Loading branch information
SimenB authored and targos committed Mar 17, 2019
1 parent 6e14df6 commit c6edc9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/lookup.json
Expand Up @@ -142,6 +142,13 @@
"expectFail": "fips",
"maintainers": ["nzakas", "mysticatea", "not-an-aardvark"]
},
"eslint-plugin-jest": {
"prefix": "v",
"maintainers": "SimenB",
"yarn": true,
"envVar": {"YARN_IGNORE_ENGINES": true},
"skip": ["aix"]
},
"esprima": {
"maintainers": "ariya",
"expectFail": "fips",
Expand Down

0 comments on commit c6edc9c

Please sign in to comment.