mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-13 03:16:13 +01:00
8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
|
module.exports = {
|
||
|
semi: true,
|
||
|
trailingComma: "all",
|
||
|
singleQuote: true,
|
||
|
printWidth: 120,
|
||
|
tabWidth: 4
|
||
|
};
|