mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +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/
|
dist/
|
||||||
lib/
|
lib/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
__tests__/__outputs__
|
||||||
|
__tests__/__snapshots__
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"printWidth": 80,
|
"printWidth": 120,
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"useTabs": false,
|
"useTabs": false,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue