1
Showing
| ... | ... | @@ -41,47 +41,7 @@ |
| "yeoman-generator": "^2.0.1", | ||
| "yosay": "^2.0.1" | ||
| }, | ||
| "jest": { | ||
| "testEnvironment": "node" | ||
| }, | ||
| "scripts": { | ||
| "prepublishOnly": "nsp check", | ||
| "pretest": "eslint .", | ||
| "precommit": "lint-staged", | ||
| "test": "jest" | ||
| }, | ||
| "lint-staged": { | ||
| "*.js": [ | ||
| "eslint --fix", | ||
| "git add" | ||
| ], | ||
| "*.json": [ | ||
| "prettier --write", | ||
| "git add" | ||
| ] | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": [ | ||
| "xo", | ||
| "prettier" | ||
| ], | ||
| "env": { | ||
| "jest": true, | ||
| "node": true | ||
| }, | ||
| "rules": { | ||
| "prettier/prettier": [ | ||
| "error", | ||
| { | ||
| "singleQuote": true, | ||
| "printWidth": 90 | ||
| } | ||
| ] | ||
| }, | ||
| "plugins": [ | ||
| "prettier" | ||
| ] | ||
| }, | ||
| "repository": "wildfirecode/generator-dbgame", | ||
| "license": "Apache-2.0" | ||
| } |
Please register or sign in to comment