eslint-config-typescript/package.json
2023-02-15 23:43:02 +09:00

17 lines
446 B
JSON

{
"name": "@sup39/eslint-config-typescript",
"version": "0.1.3",
"main": "index.js",
"license": "MIT",
"files": [
"index.js"
],
"description": "eslint config for typescript by 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"
}
}