mirror of https://github.com/Ombi-app/Ombi
parent
6d6890d0dd
commit
43fe449e32
@ -0,0 +1,18 @@
|
|||||||
|
module.exports = {
|
||||||
|
...require('@exclaimer/prettier-config'),
|
||||||
|
overrides: [
|
||||||
|
{
|
||||||
|
files: ['*.yaml', '*.yml'],
|
||||||
|
options: {
|
||||||
|
tabWidth: 2,
|
||||||
|
singleQuote: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
files: 'index.html',
|
||||||
|
options: {
|
||||||
|
parser: 'html',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
Loading…
Reference in new issue