mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-11 08:03:26 +03:00
10 lines
211 B
JavaScript
10 lines
211 B
JavaScript
import importSort from 'prettier-plugin-import-sort';
|
|
export default {
|
|
semi: true,
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
printWidth: 120,
|
|
tabWidth: 2,
|
|
endOfLine: 'auto',
|
|
plugins: [importSort],
|
|
} |