mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
Delete unused local lint workflow (#38)
This commit is contained in:
parent
4c92ee0b23
commit
d8de9bb753
3 changed files with 0 additions and 1090 deletions
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx lint-staged
|
1060
package-lock.json
generated
1060
package-lock.json
generated
File diff suppressed because it is too large
Load diff
26
package.json
26
package.json
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"name": "@bitwarden/template",
|
||||
"version": "0.0.0",
|
||||
"description": "Bitwarden Template",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/bitwarden/template.git"
|
||||
},
|
||||
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
|
||||
"license": "SEE LICENSE IN LICENSE.txt",
|
||||
"bugs": {
|
||||
"url": "https://github.com/bitwarden/template/issues"
|
||||
},
|
||||
"homepage": "https://bitwarden.com",
|
||||
"devDependencies": {
|
||||
"husky": "8.0.3",
|
||||
"lint-staged": "13.2.3",
|
||||
"prettier": "2.8.8"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --cache --write --ignore-unknown"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "husky install"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue