@commission-on-post/eslint-config-recommended
Version:
ESLint config using recommended state practices for the Commission on POST
39 lines (38 loc) • 1.11 kB
JSON
{
"name": "@commission-on-post/eslint-config-recommended",
"version": "1.1.2",
"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",
"start": "node ."
},
"keywords": [
"ESlint",
"style",
"guide",
"tslint",
"recommended"
],
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.3.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.2"
},
"peerDependencies": {
"@eslint/js": "^10.0.0",
"eslint": "^10.0.0",
"typescript": "^5.0.0 || ^6.0.0",
"typescript-eslint": "^8.0.0"
}
}