mirror of
https://github.com/therootcompany/s3.js
synced 2025-03-01 14:10:56 +00:00
chore: update linter and style config
This commit is contained in:
parent
2ba16dd668
commit
ef7e4bb97f
@ -1,4 +1,5 @@
|
||||
{ "node": true
|
||||
, "browser": true
|
||||
, "esversion": 8
|
||||
{
|
||||
"node": true,
|
||||
"browser": false,
|
||||
"esversion": 9
|
||||
}
|
||||
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"bracketSpacing": true,
|
||||
"printWidth": 80,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "none",
|
||||
"useTabs": false
|
||||
}
|
8
.prettierrc.json
Normal file
8
.prettierrc.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"bracketSpacing": true,
|
||||
"printWidth": 80,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "none",
|
||||
"useTabs": false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user