This commit is contained in:
Webber 2019-12-17 01:01:41 +01:00 committed by Webber Takken
parent 302bd4c880
commit 4312758325
2 changed files with 1751 additions and 30 deletions

View File

@ -8,7 +8,8 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"build": "babel src -d dist", "build": "babel src -d dist",
"lint": "prettier --check \"src/**/*.js\" && eslint src" "lint": "prettier --check \"src/**/*.js\" && eslint src",
"test": "jest --passWithNoTests"
}, },
"dependencies": { "dependencies": {
"@actions/core": "^1.2.0", "@actions/core": "^1.2.0",
@ -29,6 +30,7 @@
"eslint-plugin-react": "7.17.0", "eslint-plugin-react": "7.17.0",
"eslint-plugin-unicorn": "14.0.1", "eslint-plugin-unicorn": "14.0.1",
"husky": "3.1.0", "husky": "3.1.0",
"jest": "24.9.0",
"lint-staged": "9.5.0", "lint-staged": "9.5.0",
"prettier": "1.19.1" "prettier": "1.19.1"
}, },
@ -41,9 +43,10 @@
"*.{js,jsx}": [ "*.{js,jsx}": [
"prettier --write", "prettier --write",
"eslint", "eslint",
"git add" "git add",
"jest --findRelatedTests"
], ],
"json,sh,md,yaml,yml}": [ "*.{json,sh,md,yaml,yml}": [
"prettier --write", "prettier --write",
"git add" "git add"
] ]

1772
yarn.lock

File diff suppressed because it is too large Load Diff