chore: Update .prettierrc.json to use "es5" for trailing commas
All checks were successful
CI / cache-and-install (push) Successful in 1m2s
All checks were successful
CI / cache-and-install (push) Successful in 1m2s
This commit is contained in:
@ -4,5 +4,5 @@
|
||||
"tabWidth": 2,
|
||||
"singleQuote": true,
|
||||
"printWidth": 120,
|
||||
"trailingComma": "none"
|
||||
}
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
|
Reference in New Issue
Block a user