mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 10:43:06 +00:00
Added Eslint GitHub Action and Prettier
This commit is contained in:
parent
d8df48438d
commit
512b7526ab
21 changed files with 480 additions and 293 deletions
11
.prettierrc.yml
Normal file
11
.prettierrc.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
'printWidth': 80,
|
||||
'tabWidth': 2,
|
||||
'useTabs': false,
|
||||
'semi': true,
|
||||
'singleQuote': true,
|
||||
'trailingComma': 'all',
|
||||
'bracketSpacing': true,
|
||||
'arrowParens': 'always',
|
||||
'endOfLine': 'lf',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue