UNPKG

@justia/eslint-config-ts

Version:
103 lines (102 loc) 2.71 kB
{ "name": "@justia/eslint-config-ts", "version": "3.0.2", "description": "Justia's ESLint configuration for TypeScript projects", "keywords": [ "config", "eslint", "eslintconfig", "es2015", "es2016", "es2017", "es2018", "typescript", "justia", "styleguide", "lint", "tslint", "ts-lint" ], "homepage": "https://github.com/justia/front-end-projects/tree/master/packages/eslint-config-ts#readme", "bugs": { "url": "https://github.com/justia/front-end-projects/issues" }, "repository": { "type": "git", "url": "git+https://github.com/justia/front-end-projects.git", "directory": "packages/eslint-config-ts" }, "license": "MIT", "author": "Diego Miguel <digznav@gmail.com>", "main": "index.js", "directories": { "test": "test" }, "files": [ "index.js", "index.d.ts", "rules/*.js", "rules/*.d.ts" ], "scripts": { "build": "tsc -b tsconfig.build.json", "clean": "tsc -b tsconfig.build.json --clean", "format": "prettier --write --parser=json-stringify '**/*.json' && sort-package-json", "lint": "eslint . --ext .ts --fix --report-unused-disable-directives", "prepublishOnly": "safe-publish-latest", "rebuild": "npm run clean && npm run build", "prestatus": "npm test", "status": "eslint-find-rules --unused ./index.js", "poststatus": "npm run typecheck", "test": "jest", "typecheck": "tsc -p tsconfig.json --noEmit" }, "jest": { "roots": [ "<rootDir>/test" ], "testMatch": [ "**/__tests__/**/*.+(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)" ], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" } }, "dependencies": { "@justia/eslint-config": "^5.0.2" }, "devDependencies": { "@types/eslint": "^8.4.1", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint-config-prettier": "^9.1.0", "eslint-find-rules": "^4.1.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.0.0", "prettier": "^3.3.0", "tape-async": "^2.3.0" }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.0.0", "prettier": "^3.3.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "631432b306972be3a6b67502a8d592afd28623ca" }