eslint-config-ultra-refined
Version:
Ultra refined ESLint shareable config 📜
59 lines (58 loc) • 1.78 kB
JSON
{
"author": {
"name": "Yehor Sergeenko",
"email": "yehor.sergeenko@gmail.com",
"url": "https://github.com/bricss"
},
"bugs": {
"url": "https://github.com/bricss/eslint-config-ultra-refined/issues"
},
"description": "Ultra refined ESLint shareable config 📜",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/eslint-parser": "^7.27.0",
"@eslint/js": "^9.24.0",
"@stylistic/eslint-plugin": "^4.2.0",
"eslint": "^9.24.0",
"globals": "^16.0.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",
"peerDependencies": {
"@babel/core": "^7.26.10",
"@babel/eslint-parser": "^7.27.0",
"@eslint/js": "^9.24.0",
"@stylistic/eslint-plugin": "^4.2.0",
"eslint": "^9.24.0",
"globals": "^16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bricss/eslint-config-ultra-refined.git"
},
"scripts": {
"peerinstall": "node -p \"require('./package.json').peerDependencies\" | sed 's/[\\{\\},]//g ; s/: /@/g' | tr -d ['\\042','\\047'] | tr -s '[:space:]' ' ' | xargs -0 printf \"npm install %s --save-dev\\n\\n\"",
"postinstall": "printf \"To install peer dependencies manually run the following command:\\n\\n\" && npm -s run peerinstall",
"start": "eslint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"main": "index.js",
"name": "eslint-config-ultra-refined",
"version": "3.4.8"
}