[lint][x]: setup eslint + prettier
This commit is contained in:
8
.prettierrc.js
Normal file
8
.prettierrc.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
semi: true,
|
||||
trailingComma: 'es5',
|
||||
singleQuote: true,
|
||||
printWidth: 79,
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
};
|
||||
Reference in New Issue
Block a user