UNPKG

smh-eslint-rules

Version:

EsLint Plugin to standard rules for javascript, typescript without limitation of the frameworks ( react, angular, node etc )

57 lines (56 loc) 1.67 kB
{ "name": "smh-eslint-rules", "version": "0.0.2", "description": "EsLint Plugin to standard rules for javascript, typescript without limitation of the frameworks ( react, angular, node etc )", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "npx eslint .", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "https://github.com/smuniharish/smh-eslint-rules.git" }, "bugs": { "url": "https://github.com/smuniharish/smh-eslint-rules.git/issues" }, "homepage": "https://github.com/smuniharish/smh-eslint-rules.git#readme", "keywords": [ "smh-eslint-rules", "eslint", "jsx", "typescript", "eslint-typescript" ], "author": "S MUNI HARISH (smuniharish) <samamuniharish@gmail.com> (https://github.com/smuniharish/)", "license": "MIT", "devDependencies": { "@babel/parser": "^7.26.3", "@types/eslint": "^9.6.1", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", "@typescript-eslint/utils": "^8.26.1", "eslint": "^8.57.1", "jest": "^29.7.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^5.7.2" }, "files": [ "lib/**/*" ], "publishConfig": { "access": "public" } }