9707542b95
* feat(2fauth): a docker-compose.json config * ci(app-version): increase image automatically in docker-compose.json
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
semi: true,
|
|
trailingComma: "all",
|
|
tabWidth: 2,
|
|
printWidth: 150,
|
|
};
|