UNPKG

eslint-config-metarhia

Version:

ESLint config for Metarhia projects

51 lines (50 loc) 1.2 kB
{ "name": "eslint-config-metarhia", "version": "9.1.9", "author": "Alexey Orlenko <eaglexrlnk@gmail.com>", "license": "MIT", "description": "ESLint config for Metarhia projects", "keywords": [ "eslint", "eslintconfig", "lint", "linter", "config", "preset", "metarhia" ], "main": "index.js", "files": [ "rules/" ], "engines": { "node": ">= 20.19" }, "repository": { "type": "git", "url": "git+https://github.com/metarhia/eslint-config-metarhia.git" }, "bugs": { "url": "https://github.com/metarhia/eslint-config-metarhia/issues" }, "homepage": "https://metarhia.com", "funding": { "type": "patreon", "url": "https://www.patreon.com/tshemsedinov" }, "scripts": { "test": "npm run -s lint", "lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\"", "fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\"" }, "dependencies": { "@eslint/js": "^9.39.4", "eslint": "^9.39.4", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.5", "prettier": "3.8.2" }, "devDependencies": { "metaskills": "^1.0.4" } }