Skip to content

Commit

Permalink
Merge pull request #53 from lsqlabs/dclemann/PDEV-1476/fix-vulns
Browse files Browse the repository at this point in the history
chore(*): update dependencies to resolve vulnerabilities
  • Loading branch information
ClemannD authored Jun 23, 2021
2 parents 063122a + db27608 commit 199e084
Show file tree
Hide file tree
Showing 4 changed files with 1,430 additions and 1,509 deletions.
20 changes: 20 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"jsxBracketSameLine": false,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"arrowParens": "always",
"overrides": [
{
"files": "*.yaml",
"options": { "tabWidth": 4 }
},
{
"files": "*.yml",
"options": { "tabWidth": 4 }
}
]
}
Loading

0 comments on commit 199e084

Please sign in to comment.