chore: 🤖 add github templates

This commit is contained in:
Christian Kaisermann 2019-11-19 21:10:34 -03:00
parent e5d7b84241
commit 3f73cce65f

View File

@ -25,6 +25,7 @@
"dev": "rollup -c -w",
"pretest": "npm run build",
"test": "jest --no-cache",
"test:ci": "jest --silent --no-cache",
"test:watch": "jest --no-cache --verbose --watchAll",
"lint": "eslint \"src/**/*.ts\"",
"format": "prettier --loglevel silent --write \"src/**/*.ts\" && eslint --fix \"src/**/*.ts\"",