Vim/.prettierrc
Keiran O'Leary 38cca47008 Move prettier configuration to .prettierrc (#3921)
This means that people can develop with the intended prettier
configuration in their local editor (as will look for a .prettierrc by
default), while maintaining the `forceprettier` functionality (and
keeps the configuration in one place)
2019-07-24 19:24:59 -07:00

6 lines
73 B
Plaintext

{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5"
}