add formatting config
This commit is contained in:
parent
016a1284b0
commit
9c2db32ac3
9
.eslintrc.yaml
Normal file
9
.eslintrc.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
env:
|
||||
es6: true
|
||||
node: true
|
||||
extends: 'eslint:recommended'
|
||||
parserOptions:
|
||||
ecmaVersion: 2017
|
||||
sourceType: module
|
||||
rules:
|
||||
no-console: off
|
3
.prettierrc.yaml
Normal file
3
.prettierrc.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
useTabs: true
|
||||
singleQuote: true
|
||||
trailingComma: all
|
Reference in New Issue
Block a user