@linters/eslint-config-jest
Version:
The eslint for jest tests you have been looking for.
35 lines (34 loc) • 721 B
JSON
{
"name": "@linters/eslint-config-jest",
"description": "The eslint for jest tests you have been looking for.",
"version": "1.12.1",
"repository": "https://github.com/developer239/linters",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12",
"npm": ">=6"
},
"peerDependencies": {
"eslint": ">=8.0.0"
},
"dependencies": {
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest-formatting": "3.1.0"
},
"keywords": [
"eslint",
"code-style",
"semantic-release",
"config",
"jest",
"tests",
"typescript",
"node",
"react",
"react-native"
],
"gitHead": "2d9cd57dd16e9c997ee954d487edde4e08e1b803"
}