1
0
Fork 0
forked from gitea/nas
nas/.prettierrc.js

4 lines
65 B
JavaScript

module.exports = {
singleQuote: true,
jsxSingleQuote: true
}