mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
config
This commit is contained in:
parent
26ffadbc03
commit
0c2f9590ca
2 changed files with 1 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
publish = "public"
|
||||
|
||||
[dev]
|
||||
command = "remix watch"
|
||||
command = "remix dev"
|
||||
port = 3000
|
||||
|
||||
[[redirects]]
|
||||
|
|
|
|||
|
|
@ -53,11 +53,6 @@
|
|||
"postcss-nesting": "^11.2.1",
|
||||
"prettier": "^2.8.4"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/data.js": [
|
||||
"eslint --fix",
|
||||
|
|
|
|||
Loading…
Reference in a new issue