forked from gin/simple-template
8 lines
117 B
JavaScript
8 lines
117 B
JavaScript
module.exports = {
|
|
bracketSpacing: true,
|
|
singleQuote: false,
|
|
arrowParens: "avoid",
|
|
trailingComma: "none"
|
|
};
|
|
|