@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.13.0",
"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": "ec3bc6c786711788885d20f124069a90e30ac684"
}