eslint-config-metarhia
Version:
ESLint config for Metarhia projects
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "eslint-config-metarhia",
"version": "9.1.2",
"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": "18 || 20 || 21 || 22 || 23 || 24"
},
"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": "^9.28.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.4.1",
"prettier": "^3.5.3"
}
}