mirror of
https://github.com/Fishwaldo/mouthpiece.git
synced 2025-03-15 19:41:22 +00:00
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
module.exports = {
|
|
// jsxBracketSameLine: true,
|
|
semi: false,
|
|
trailingComma: "all",
|
|
singleQuote: true,
|
|
tabWidth: 2
|
|
};
|