release 2.0.0

This commit is contained in:
Aliaksei Nestsiarovich
2020-06-08 22:14:06 +03:00
commit a5bdc83170
81 changed files with 10985 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};