14 lines
410 B
JSON
14 lines
410 B
JSON
{
|
|
"name": "@sup39/eslint-config-typescript",
|
|
"version": "0.1.5",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"description": "Typescript eslint config for sup39",
|
|
"repository": "https://github.com/sup39/eslint-config-typescript",
|
|
"author": "sup39",
|
|
"dependencies": {
|
|
"@sup39/eslint-config-basic": "^0.1.5",
|
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
"@typescript-eslint/parser": "^5"
|
|
}
|
|
}
|