build: update linters

This commit is contained in:
Łukasz Holeczek
2021-08-27 00:06:54 +02:00
parent 6ece5c009c
commit 374ea047ba
2 changed files with 19 additions and 13 deletions
+7 -6
View File
@@ -1,6 +1,7 @@
// module.exports = {
// semi: false,
// trailingComma: "all",
// singleQuote: true,
// tabWidth: 2
// };
module.exports = {
// jsxBracketSameLine: true,
semi: false,
trailingComma: "all",
singleQuote: true,
tabWidth: 2
};