mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
module.exports = {
|
|
plugins: [require('./merged-prettier-plugin.js')],
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
};
|