UNPKG

@vodyani/eslint-config

Version:

⚙ With a little preparation, the typescript eslint generic rules for vodyani may be readily integrated into projects.

51 lines (50 loc) 1.22 kB
{ "name": "@vodyani/eslint-config", "license": "MIT", "version": "1.1.0", "author": "ChoGathK", "description": "⚙ With a little preparation, the typescript eslint generic rules for vodyani may be readily integrated into projects.", "homepage": "https://github.com/vodyani/eslint-config#readme", "repository": { "type": "git", "url": "git+https://github.com/vodyani/eslint-config.git" }, "bugs": { "url": "https://github.com/vodyani/eslint-config/issues" }, "keywords": [ "vodyani", "eslint", "typescript-eslint", "javascript", "npm-package" ], "files": [ "package.json", "README.MD", "LICENSE", "rules", "index.js" ], "main": "index.js", "scripts": { "local": "npm i && npx husky install" }, "publishConfig": { "access": "public" }, "commitlint": { "extends": "@commitlint/config-conventional" }, "dependencies": { "@typescript-eslint/eslint-plugin": "5.36.0", "@typescript-eslint/parser": "5.36.0", "eslint": "8.23.0", "eslint-plugin-import": "2.26.0" }, "devDependencies": { "@commitlint/cli": "16.2.3", "@commitlint/config-conventional": "16.2.1", "husky": "7.0.4" } }