update formatting of bible reference

added exception to editor config
This commit is contained in:
Jason Wall 2020-08-07 08:53:47 -04:00
parent 0e2b2273c1
commit fa31ece0d6
4 changed files with 118 additions and 1202 deletions

View File

@ -11,6 +11,9 @@ trim_trailing_whitespace = true
[*.ts]
quote_type = single
[bible-reference.ts]
max_line_length=1000
[*.md]
max_line_length = off
trim_trailing_whitespace = false

1
app/db/.prettierrc Normal file
View File

@ -0,0 +1 @@
{}

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,6 @@
"options": ["spaces"]
},
"max-classes-per-file": false,
"max-line-length": [true, 140],
"member-ordering": [
true,
{