vue-notes/.prettierrc.js

6 lines
73 B
JavaScript
Raw Permalink Normal View History

2020-08-25 10:53:45 +00:00
module.exports = {
tabWidth: 2,
semi: false,
singleQuote: true,
};