mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-13 04:58:45 +01:00
Configure prettier (line width: 120)
This commit is contained in:
parent
86683c9d4b
commit
85e3aa1dfe
2 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
dist/
|
||||
lib/
|
||||
node_modules/
|
||||
node_modules/
|
||||
__tests__/__outputs__
|
||||
__tests__/__snapshots__
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"printWidth": 80,
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue