mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
* Add and run prettier * Add eslint and code fixes after formatting (#223) * chore(formatting): config files and packages * chore(formatting): package.json * chore(formatting): applying formatting changes obtained by applying the previous commit and running `npx prettier -w .` * chore(formatting): added formatting and linting to react app * chore(formatting): fixes * chore(eslint): apply fixes to utils.ts * rebuild --------- Co-authored-by: Massimiliano Angelino <angmas@amazon.com> * Rebuild --------- Co-authored-by: Massimiliano Angelino <angmas@amazon.com>
7 lines
86 B
JSON
7 lines
86 B
JSON
{
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": false
|
|
}
|