UNPKG

eslint-plugin-ferramentas

Version:
55 lines (54 loc) 1.72 kB
{ "name": "eslint-plugin-ferramentas", "version": "1.0.1", "description": "A bundle of useful ESLint rules", "main": "dist/index.js", "types": "dist/types.d.ts", "scripts": { "test": "jest --no-cache --maxWorkers=2", "build": "rm -rf dist/ && tsc --project types.tsconfig.json && tsc --project index.tsconfig.json", "format": "prettier --config .prettierrc.json --write . && eslint --ext .json,.ts --fix .", "audit": "npm run format && npm test && npm run build", "preversion": "npm run audit", "prepublishOnly": "npm run audit" }, "repository": { "type": "git", "url": "git+https://github.com/filipomar/eslint-ferramentas.git" }, "keywords": [ "clean architecure", "clean code", "eslint", "ferramentas", "import", "imports", "silo" ], "author": { "name": "Filipe Pomar", "email": "filipomar@hotmail.com" }, "license": "ISC", "bugs": { "url": "https://github.com/filipomar/eslint-ferramentas/issues" }, "homepage": "https://github.com/filipomar/eslint-ferramentas#readme", "devDependencies": { "@types/eslint": "^8.4.5", "@types/jest": "^28.1.4", "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.30.3", "@typescript-eslint/parser": "^5.30.3", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "jest": "^28.1.2", "prettier": "^2.7.1", "ts-jest": "^28.0.5", "ts-node": "^10.8.1", "typescript": "^4.7.4" }, "dependencies": { "eslint": "^8.19.0" } }