@ewmarkets/prettier-node
Version:
A Prettier shareable config for projects using 'Prettier' and ESLint for NodeJS projects
42 lines (41 loc) • 993 B
JSON
{
"name": "@ewmarkets/prettier-node",
"version": "2.0.0",
"description": "A Prettier shareable config for projects using 'Prettier' and ESLint for NodeJS projects",
"main": ".prettierrc.json",
"repository": {
"type": "git",
"url": "git@github.com:josepablo93/ew-prettier-node.git"
},
"scripts": {
"lint": "prettier --write \"./**/*.{js,jsx}\""
},
"keywords": [
"eslint",
"eslintconfig",
"eslint-config",
"eslintplugin",
"eslint-plugin",
"JavaScript Standard Style",
"jsstandard",
"lint",
"prettier",
"prettierconfig",
"prettier-config",
"husky",
"pretty-quick",
"standard",
"standard style"
],
"dependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"husky": "^5.1.3",
"prettier": "^2.2.0",
"pretty-quick": "^3.1.0"
},
"author": "JP <jop0693@gmail.com>",
"license": ""
}