Commit 1b9f53fd authored by wildfirecode's avatar wildfirecode

1

parent a9f55582
...@@ -41,47 +41,7 @@ ...@@ -41,47 +41,7 @@
"yeoman-generator": "^2.0.1", "yeoman-generator": "^2.0.1",
"yosay": "^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", "repository": "wildfirecode/generator-dbgame",
"license": "Apache-2.0" "license": "Apache-2.0"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment