@spscommerce/eslint-config-typescript
Version:
SPS official linter configuration for TypeScript.
50 lines • 1.41 kB
JSON
{
"name": "@spscommerce/eslint-config-typescript",
"version": "8.3.0",
"description": "SPS official linter configuration for TypeScript.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/SPSCommerce/sps-js-shared.git"
},
"keywords": [
"style guide",
"lint",
"airbnb",
"SPS",
"SPS Commerce",
"es6",
"es2015",
"es2016",
"es2017",
"es2018",
"react",
"jsx"
],
"author": "SPS Commerce",
"license": "MIT",
"bugs": {
"url": "https://github.com/SPSCommerce/sps-js-shared/issues"
},
"homepage": "https://github.com/SPSCommerce/sps-js-shared/tree/main/packages/%40spscommerce/eslint-config-typescript#readme",
"peerDependencies": {
"@stylistic/eslint-plugin": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.8.2",
"eslint-plugin-import": "^2.31.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^3.1.0",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"eslint-import-resolver-typescript": "^3.8.2",
"eslint-plugin-import": "^2.31.0"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"pub": "pnpm pack && node ../../../scripts/publish-package.mjs"
}
}