{ "name": "eslint-config-conventions", "version": "0.0.0-development", "public": true, "description": "ESLint shareable config to enforce strict conventions and good code quality.", "author": "Divlo ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Divlo/eslint-config-conventions.git" }, "bugs": { "url": "https://github.com/Divlo/eslint-config-conventions/issues" }, "homepage": "https://github.com/Divlo/eslint-config-conventions#readme", "keywords": [ "eslintconfig", "eslint", "quality", "strict linter", "validate", "code quality", "conventions" ], "main": "index.js", "files": [ "index.js", ".eslintrc.json" ], "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "scripts": { "lint:commit": "commitlint", "lint:editorconfig": "editorconfig-checker", "lint:markdown": "markdownlint-cli2", "lint:eslint": "eslint \"**/*.{js,jsx,ts,tsx}\" -c \"eslintrc.json\"", "lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"", "lint:staged": "lint-staged", "test": "tap", "release": "semantic-release", "postinstall": "husky install", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable" }, "peerDependencies": { "eslint": "^8.33.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-unicorn": "^45.0.2" }, "devDependencies": { "@commitlint/cli": "17.4.2", "@commitlint/config-conventional": "17.4.2", "@tsconfig/strictest": "1.0.2", "@types/eslint": "8.21.0", "@types/tap": "15.0.8", "@typescript-eslint/eslint-plugin": "5.51.0", "@typescript-eslint/parser": "5.51.0", "editorconfig-checker": "5.0.1", "eslint": "8.33.0", "eslint-plugin-import": "2.27.5", "eslint-plugin-promise": "6.1.1", "eslint-plugin-unicorn": "45.0.2", "husky": "8.0.3", "lint-staged": "13.1.0", "markdownlint-cli2": "0.6.0", "markdownlint-rule-relative-links": "1.1.1", "pinst": "3.0.0", "prettier": "2.8.3", "semantic-release": "20.1.0", "tap": "16.3.4", "typescript": "4.9.5" } }