@acuris/eslint-config
Version:
Acuris eslint shareable configuration
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "eslint-plugin-quick-prettier",
"version": "0.0.29",
"description": "Fast prettier for eslint --fix, without warnings",
"keywords": [
"quick",
"prettier",
"eslint",
"fix",
"--fix"
],
"license": "MIT",
"author": "Salvatore Previti",
"homepage": "https://github.com/SalvatorePreviti/eslint-plugin-quick-prettier#readme",
"bugs": {
"url": "https://github.com/SalvatorePreviti/eslint-plugin-quick-prettier/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SalvatorePreviti/eslint-plugin-quick-prettier.git"
},
"engines": {
"node": ">=8.10.0"
},
"main": "index.js",
"peerDependencies": {
"eslint": ">=6.8.0",
"prettier": ">=2.0.5"
},
"devDependencies": {
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-self": "^1.2.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1"
}
}