5ab93eef5f
This PR improves the language selection. Previously, we would miss the user's languages that included a locale. For example, if a user's languages were `['en-US', 'fr'], then they would get 'fr' because 'en-US' wasn't in our table—though 'en' was! We were already doing the splitting elsewhere but now we do it here, too. ### Release Note - Improves default language --------- Co-authored-by: Lu[ke] Wilson <l2wilson94@gmail.com>
9 lines
No EOL
169 B
Text
9 lines
No EOL
169 B
Text
{
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": true,
|
|
"plugins": ["prettier-plugin-organize-imports"]
|
|
} |