Add Prettier, fix Actor power DC's

See text above
This commit is contained in:
supervj 2021-07-16 15:26:24 -04:00
parent 4952f85df6
commit 5fe2740b5a
6 changed files with 2263 additions and 4156 deletions

14
.prettierrc Normal file
View file

@ -0,0 +1,14 @@
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "consistent",
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": false,
"jsxBracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf"
}