eslint-config-seekingalpha-typescript
Version:
SeekingAlpha's sharable typescript ESLint config
50 lines (49 loc) • 1.11 kB
JSON
{
"name": "eslint-config-seekingalpha-typescript",
"version": "8.33.0",
"description": "SeekingAlpha's sharable typescript ESLint config",
"main": "index.js",
"type": "module",
"scripts": {
"eslint-find-rules": "eslint-find-rules --flatConfig -u ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seekingalpha/javascript.git"
},
"keywords": [
"code",
"codelinter",
"policy",
"quality",
"eslint",
"eslintconfig",
"ECMAScript6",
"sa",
"seekingalpha",
"javascript",
"ES6",
"rules",
"style",
"guide",
"typescript"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/seekingalpha/javascript/issues"
},
"homepage": "https://github.com/seekingalpha/javascript#readme",
"engines": {
"node": ">= 22"
},
"peerDependencies": {
"eslint": "9.33.0",
"typescript-eslint": "8.39.1"
},
"devDependencies": {
"eslint": "9.33.0",
"eslint-find-rules": "5.0.0",
"typescript-eslint": "8.39.1"
}
}