mirror of
https://github.com/PeWu/topola-viewer.git
synced 2025-12-23 18:50:04 +00:00
9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
const config = {
|
|
bracketSpacing: false,
|
|
endOfLine: 'lf',
|
|
singleQuote: true,
|
|
plugins: ['prettier-plugin-organize-imports'],
|
|
};
|
|
|
|
export default config;
|