@alza54/eslint-config-jest
Version:
Shareable Jest configuration for ESLint that I use for my projects
33 lines (32 loc) • 869 B
JSON
{
"name": "@alza54/eslint-config-jest",
"version": "0.6.1",
"description": "Shareable Jest configuration for ESLint that I use for my projects",
"main": "index.js",
"repository": "https://github.com/alza54/shellcode-styleguide.git",
"bugs": {
"url": "https://github.com/alza54/shellcode-styleguide/issues"
},
"author": "expl0it <expl0it@shellcode.team> (https://github.com/alza54)",
"homepage": "https://github.com/alza54/shellcode-styleguide#readme",
"private": false,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"eslint": "^6.7.2",
"eslint-plugin-jest": "^23.1.1"
},
"keywords": [
"shellcode.team",
"alza54",
"expl0it",
"eslint",
"eslint-config",
"eslint-plugin-jest",
"jest",
"linting"
],
"gitHead": "841dd32b8969922daa259c417f6bb384f15e9118"
}