This website requires JavaScript.
Explore
Help
Register
Sign In
oceanprotocol
/
market
Watch
1
Star
0
Fork
0
You've already forked market
mirror of
https://github.com/oceanprotocol/market.git
synced
2024-11-15 01:34:57 +01:00
Code
Releases
Activity
5433bfdbb3
market
/
.prettierrc
8 lines
110 B
Plaintext
Raw
Normal View
History
Unescape
Escape
first commit
2020-05-07 08:03:30 +02:00
{
make Gatsby start
2020-06-30 13:32:16 +02:00
"semi": false,
"singleQuote": true,
"trailingComma": "none",
replace Travis with GitHub Actions workflow (#358) * replace Travis with GitHub Actions workflow * fix prettier on Windows * remove PascalCasing bash one-liner for one use case * use mkdirp to workaround Windows * cache tweaks * move s3 deploy to own workflow * upload artifacts for debug * path tweak * debug * apollo:codegen without folder pre-creation * debug: activate s3 deploy for all branches * pass env vars to deployment build * more env var passing * deploy main branch pushes only
2021-02-02 14:07:02 +01:00
"tabWidth": 2,
"endOfLine": "auto"
make Gatsby start
2020-06-30 13:32:16 +02:00
}
Copy Permalink