@dotmh/eslint-config-ts
Version:
A ESLint file for all DotMH Typescript projects
35 lines • 932 B
JSON
{
"name": "@dotmh/eslint-config-ts",
"version": "3.0.1",
"description": "A ESLint file for all DotMH Typescript projects",
"main": "./eslint.config.mjs",
"type": "module",
"exports": "./eslint.config.mjs",
"repository": {
"type": "git",
"url": "git+https://github.com/dotmh/eslint-config-ts.git"
},
"keywords": [
"DotMH",
"eslint",
"eslintconfig",
"config",
"typescript"
],
"author": "Martin Haynes <oss+eslint@dotmh.io>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dotmh/eslint-config-ts/issues"
},
"homepage": "https://github.com/dotmh/eslint-config-ts#readme",
"dependencies": {},
"peerDependencies": {
"eslint": "^9.16.0",
"eslint-plugin-promise": "^7.2.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}