FEAT: add rss & eslint & typescript

This commit is contained in:
prosety
2022-12-06 19:31:52 +01:00
parent b6f9364dfa
commit 288cfc0a60
52 changed files with 3361 additions and 910 deletions

View File

@@ -3,9 +3,9 @@ module.exports = {
tabWidth: 2,
useTabs: false,
printWidth: 80,
endOfLine: "auto",
endOfLine: 'auto',
singleQuote: true,
trailingComma: "es5",
trailingComma: 'es5',
bracketSpacing: true,
arrowParens: "always",
};
arrowParens: 'always',
}