FEAT: add rss & eslint & typescript
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
Reference in New Issue
Block a user