mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 15:25:49 +00:00
10 lines
161 B
JavaScript
10 lines
161 B
JavaScript
module.exports = {
|
|
semi: false,
|
|
printWidth: 100,
|
|
singleQuote: true,
|
|
trailingComma: "all",
|
|
tabWidth: 2,
|
|
bracketSpacing: true,
|
|
endOfLine: "auto",
|
|
};
|