eslint-config-typestrict
Version:
ESLint config focused on maximizing type safety
25 lines (24 loc) • 493 B
JSON
{
"name": "eslint-config-typestrict",
"description": "ESLint config focused on maximizing type safety",
"keywords": [
"typescript",
"eslint",
"type",
"safety",
"ruleset",
"types",
"bugs"
],
"files": [
"index.js"
],
"version": "1.0.5",
"main": "./index.js",
"license": "MIT",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5",
"eslint-plugin-sonarjs": "*"
},
"repository": "https://github.com/krzkaczor/TypeStrict"
}