UNPKG

@git-validator/eslint-config

Version:
32 lines 798 B
{ "name": "@git-validator/eslint-config", "version": "0.11.2", "description": "A super strict eslint config for linting js/ts/package.json.", "keywords": [ "opinionated", "strict", "eslint", "config", "eslint-config", "standard" ], "homepage": "https://github.com/zanminkian/git-validator/tree/main/packages/eslint-config", "repository": { "type": "git", "url": "git+https://github.com/zanminkian/git-validator.git", "directory": "packages/eslint-config" }, "license": "MIT", "author": "hellozmj@qq.com", "type": "module", "exports": "./dist/eslint.config.js", "dependencies": { "@fenge/eslint-config": "0.3.0" }, "peerDependencies": { "eslint": ">=8.57.1" }, "scripts": { "build": "tsc -p tsconfig.build.json" } }