UNPKG

@commission-on-post/eslint-config-recommended

Version:

ESLint config using recommended state practices for the Commission on POST

40 lines (39 loc) 1.15 kB
{ "name": "@commission-on-post/eslint-config-recommended", "version": "1.0.3", "description": "ESLint config using recommended state practices for the Commission on POST", "main": "./config.js", "author": "Ryan W. Bell", "license": "UNLICENSED", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/Commission-on-POST/eslint_recommended_style.git" }, "homepage": "https://github.com/Commission-on-POST/eslint_recommended_style#readme", "scripts": { "repack": "(del *.tgz 2> NUL || exit 0) && npm pack", "build": "tsc --pretty && echo REMEMBER TO COPY ./eslint.config.mjs TO DIST FOLDER", "prepublishOnly": "npm version patch", "start": "node ." }, "keywords": [ "ESlint", "style", "guide", "tslint", "recommended" ], "devDependencies": { "@eslint/js": "^9.17.0", "eslint": "^9.17.0", "typescript": "^5.7.2", "typescript-eslint": "^8.19.0" }, "peerDependencies": { "@eslint/js": "^9.17.0", "eslint": "^9.17.0", "typescript": "^5.7.2", "typescript-eslint": "^8.19.0" } }