UNPKG

@byloth/eslint-config

Version:

A collection of some common sense linting rules for JavaScript projects. ✔

42 lines (41 loc) 967 B
{ "name": "@byloth/eslint-config", "version": "3.1.0", "description": "A collection of some common sense linting rules for JavaScript projects. ✔", "keywords": [ "ESLint", "JavaScript", "Linting", "Rules", "Configuration" ], "homepage": "https://github.com/Byloth/eslint-config/tree/master/packages/eslint-config#readme", "repository": { "type": "git", "url": "git+https://github.com/Byloth/eslint-config.git" }, "bugs": { "url": "https://github.com/Byloth/eslint-config/issues" }, "author": { "name": "Matteo Bilotta", "email": "me@byloth.dev", "url": "https://www.byloth.dev/" }, "license": "Apache-2.0", "type": "module", "files": [ "index.mjs", "index.d.ts" ], "main": "index.mjs", "types": "index.d.ts", "dependencies": { "@eslint/js": "^9.19.0", "eslint": "^9.19.0", "globals": "^15.14.0" }, "devDependencies": { "@types/eslint__js": "8.42.3" } }