Skip to content

Commit

Permalink
Update/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Dec 14, 2021
1 parent 1aea646 commit 33f0db0
Show file tree
Hide file tree
Showing 7 changed files with 856 additions and 822 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,16 @@ overrides:
- plugin:import/typescript
- xo-typescript
- prettier
parserOptions:
ecmaVersion: 2020
project: './tsconfig.eslint.json'
rules:
'@typescript-eslint/naming-convention':
[
error,
{ selector: default, format: [camelCase] },
{ selector: objectLiteralProperty, format: null },
{ selector: enumMember, format: [PascalCase] },
{ selector: typeProperty, format: null },

{
Expand Down Expand Up @@ -98,6 +102,7 @@ rules:
eslint-comments/no-use: off
no-secrets/no-secrets: error
no-empty-label: off
no-return-await: off
no-warning-comments: off
node/no-missing-import: off
import/no-unresolved: off
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dist
node_modules
yarn-cache
.history

LICENSE

Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"search.exclude": {
"tags.*": true,
".dccache": true,
".nvimlog": true,
".history": true,
"node_modules": true,
"package.lock": true,
Expand All @@ -24,6 +25,7 @@
"files.exclude": {
"tags.*": true,
".dccache": true,
".nvimlog": true,
".history": true,
"node_modules": true,
"package.lock": true,
Expand Down
300 changes: 150 additions & 150 deletions .yarn/releases/yarn-3.1.0.cjs → .yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.1.0.cjs
#nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.1.1.cjs
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"@types/debug": "^4.1.7",
"@types/jest": "^27.0.3",
"@types/latlon-geohash": "^2.0.0",
"@types/node": "^16.11.8",
"@types/node": "^16.11.12",
"@types/prettier": "^2.4.2",
"@types/string-similarity": "^4.0.0",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@yarnpkg/sdks": "^2.5.1-rc.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@yarnpkg/sdks": "^2.5.1-rc.6",
"chai": "^4.3.4",
"eslint": "^8.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-xo": "^0.39.0",
"eslint-config-xo-typescript": "^0.47.1",
Expand All @@ -44,7 +44,7 @@
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^4.3.4",
"eslint-plugin-github": "^4.3.5",
"eslint-plugin-i18n-text": "^1.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-no-constructor-bind": "^2.0.4",
Expand All @@ -54,22 +54,22 @@
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-regexp": "^1.5.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-regexp": "^1.5.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.10.0",
"eslint-plugin-unicorn": "^38.0.1",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7",
"type-fest": "^2.5.4",
"typescript": "4.4"
"eslint-plugin-sonarjs": "^0.11.0",
"eslint-plugin-unicorn": "^39.0.0",
"jest": "^27.4.5",
"prettier": "^2.5.1",
"ts-jest": "^27.1.1",
"type-fest": "^2.8.0",
"typescript": "4.4.4"
},
"dependencies": {
"@oada/client": "^2.6.4",
"@oada/client": "^2.6.5",
"convict": "^6.2.1",
"csv-parse": "^5.0.2",
"debug": "^4.3.2",
"csv-parse": "^5.0.3",
"debug": "^4.3.3",
"dotenv": "^10.0.0",
"fast-glob": "^3.2.7",
"fast-json-stable-stringify": "^2.1.0",
Expand All @@ -85,5 +85,5 @@
"tslib": "^2.3.1",
"uuid": "^8.3.2"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading

0 comments on commit 33f0db0

Please sign in to comment.