Removed unused conf

This commit is contained in:
Laurent Cozic
2023-03-23 11:05:15 +00:00
parent 88e41e9c7d
commit 85d652cd67
-6
View File
@@ -1,6 +0,0 @@
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};