@cardstack/eslint-config
Version:
Shared eslint config for cardstack packages.
46 lines (45 loc) • 1.2 kB
JSON
{
"name": "@cardstack/eslint-config",
"version": "1.0.54",
"description": "Shared eslint config for cardstack packages.",
"main": "index.js",
"scripts": {
"test": "echo \"No tests in eslint-config package\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cardstack/cardstack.git"
},
"keywords": [
"cardstack",
"eslint"
],
"author": "Edward Faulkner <edward@eaf4.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cardstack/cardstack/issues"
},
"homepage": "https://github.com/cardstack/cardstack#readme",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ember": "^10.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.3.2"
},
"engines": {
"node": ">= 12"
},
"volta": {
"extends": "../../package.json"
},
"config": {
"access": "public"
},
"gitHead": "8df91f17519f7b858bac368f741d726aab09a3d9"
}