Merge branch 'Chore/Bring-back-prettier' into 'main'
Bring back prettierrc as before See merge request bloodyhealth/drip!664
This commit is contained in:
+2
-5
@@ -1,7 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
arrowParens: 'avoid',
|
|
||||||
bracketSameLine: true,
|
|
||||||
bracketSpacing: false,
|
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
trailingComma: 'all',
|
semi: false,
|
||||||
};
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user