Files

7 lines
92 B
JavaScript

export default {
printWidth: 100,
tabWidth: 2,
semi: true,
trailingComma: "none"
};