mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
- typescript config - package json commands - refactor script to be able to run up/down/reset - config - linting
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
module.exports = {
|
|
semi: false,
|
|
printWidth: 100,
|
|
singleQuote: true,
|
|
trailingComma: "all",
|
|
tabWidth: 2,
|
|
bracketSpacing: true,
|
|
};
|