UNPKG

eslint-config-hijacking-ts

Version:
49 lines (48 loc) 1.2 kB
{ "name": "eslint-config-hijacking-ts", "version": "0.3.2", "description": "eslint-config-hijacking-ts", "main": "index.js", "exports": { ".": "./index.js", "./rules/styles": "./rules/styles.js", "./rules/types": "./rules/types.js", "./package.json": "./package.json" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/Ryan-Dia/eslint-hijacking" }, "keywords": [ "eslint", "eslintconfig", "config", "hijacking", "typescript", "styleguide" ], "bugs": { "url": "https://github.com/Ryan-Dia/eslint-hijacking/issues" }, "homepage": "https://github.com/Ryan-Dia/eslint-hijacking", "author": "ryan-dia", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/parser": "^6.2.1", "eslint-config-hijacking-js": "^0.3.0", "typescript": "^5.1.6" }, "devDependencies": { "eslint": "^8.46.0" }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/parser": "^6.2.1", "eslint": "^8.46.0", "typescript": "^5.1.6" } }