eslint-config-typescript/package.json

15 lines
410 B
JSON
Raw Normal View History

2022-06-11 02:06:35 +09:00
{
"name": "@sup39/eslint-config-typescript",
2023-02-17 03:20:45 +09:00
"version": "0.1.5",
2022-06-11 02:06:35 +09:00
"main": "index.js",
"license": "MIT",
"description": "Typescript eslint config for sup39",
2022-06-11 02:06:35 +09:00
"repository": "https://github.com/sup39/eslint-config-typescript",
"author": "sup39",
"dependencies": {
2023-02-15 23:43:02 +09:00
"@sup39/eslint-config-basic": "^0.1.5",
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5"
2022-06-11 02:06:35 +09:00
}
}