mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|