eslint-config-ultra-refined
Version:
Ultra refined ESLint shareable config 📜
54 lines (53 loc) • 1.46 kB
JSON
{
"author": {
"email": "yehor.sergeenko@gmail.com",
"name": "Yehor Sergeenko",
"url": "https://github.com/bricss"
},
"bugs": {
"url": "https://github.com/bricss/eslint-config-ultra-refined/issues"
},
"description": "Ultra refined ESLint shareable config 📜",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^10.7.0",
"globals": "^17.7.0"
},
"files": [
"*.js"
],
"homepage": "https://github.com/bricss/eslint-config-ultra-refined#readme",
"keywords": [
"eslint",
"eslint-config",
"eslint-plugin",
"eslint-stylistic",
"formatter",
"config",
"ultra",
"refined",
"shareableconfig",
"stylistic"
],
"license": "MIT",
"main": "index.js",
"name": "eslint-config-ultra-refined",
"peerDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^10.7.0",
"globals": "^17.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bricss/eslint-config-ultra-refined.git"
},
"scripts": {
"version": "npm pkg set $(npm pkg get devDependencies | sed -r 's/^\\{//; s/\\}$//; s/\",[[:space:]]*\"/\"\\n\"/g; s/,$//; s/\"([^\"]+)\":[[:space:]]*\"([^\"]+)\"/peerDependencies.\\1=\\2/')",
"start": "eslint --concurrency=auto",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"version": "4.1.10"
}