Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
fix: make single quotes required
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hacke committed May 19, 2019
1 parent a00aa39 commit 8b74049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -2,7 +2,7 @@ module.exports = {
printWidth: 150,
tabWidth: 2,
semi: true,
singleQuote: false,
singleQuote: true,
quoteProps: 'as-needed',
trailingComma: "es5",
bracketSpacing: true,
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -42,6 +42,7 @@
},
"scripts": {
"prepare": "fixpack",
"commit": "git-cz",
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit 8b74049

Please sign in to comment.