build: update linters
This commit is contained in:
+7
-6
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user