forked from GitHub-Mirrors/foundry-sw5e
Add Prettier, fix Actor power DC's
See text above
This commit is contained in:
parent
4952f85df6
commit
5fe2740b5a
6 changed files with 2263 additions and 4156 deletions
14
.prettierrc
Normal file
14
.prettierrc
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue