mirror of
https://github.com/openMF/web-app.git
synced 2026-02-06 19:52:04 +00:00
Stop ignoring .js and .json files in prettier and fix existing issues. The `prettier-plugin-multiline-arrays` plugin is used to split arrays with multiple elements into one line per element.
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
{
|
|
"multilineArraysWrapThreshold": 1,
|
|
"plugins": [
|
|
"prettier-plugin-multiline-arrays"
|
|
],
|
|
"singleQuote": true,
|
|
"trailingComma": "none"
|
|
}
|