Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sentivate committed Aug 2, 2021
1 parent 5ddf42c commit 9aae0a8
Show file tree
Hide file tree
Showing 186 changed files with 48,326 additions and 785 deletions.
10 changes: 7 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@
"object-curly-newline": [
"error",
{
"ObjectExpression": "always",
"ObjectExpression": {
"multiline": true,
"minProperties": 1
},
"ObjectPattern": {
"multiline": true
"multiline": true,
"minProperties": 2
},
"ImportDeclaration": "never",
"ExportDeclaration": {
Expand Down Expand Up @@ -305,7 +309,7 @@
"no-spaced-func": "error",
"no-ternary": "off",
"no-trailing-spaces": "error",
"no-underscore-dangle": "error",
"no-underscore-dangle": "off",
"no-unneeded-ternary": "error",
"no-whitespace-before-property": "error",
"object-curly-spacing": [
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ tests/*
.Trashes
ehthumbs.db
Thumbs.db


uwBridge/apps/example/ssl/*.pem
Loading

0 comments on commit 9aae0a8

Please sign in to comment.