eslint-config-phosphor
Version:
ESLint configs for the Phosphor compiler project
43 lines (42 loc) • 991 B
JSON
{
"name": "eslint-config-phosphor",
"description": "ESLint configs for the Phosphor compiler project",
"version": "1.5.0",
"author": "Benedikt Magnus",
"license": "MIT",
"keywords": [
"Phosphor",
"eslint",
"eslintconfig",
"styleguide",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/PhosphorLang/eslint-config-phosphor.git"
},
"bugs": {
"url": "https://github.com/PhosphorLang/eslint-config-phosphor/issues"
},
"engines": {
"node": "*"
},
"dependencies": {
"@eslint/js": "^9.0.0",
"@stylistic/eslint-plugin-ts": "^4.0.0",
"typescript-eslint": "^8.0.0"
},
"devDependencies": {
},
"peerDependencies": {
"eslint": "^9.0.0",
"typescript": "^5.0.0"
},
"main": "index.js",
"files": [
"configs",
"index.js",
"LICENSE",
"README.md"
]
}