Skip to content

Commit 5072e9e

Browse files
committed
add lint dept
1 parent e4462bf commit 5072e9e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@types/mocha": "^8.2.0",
2929
"@types/node": "14.14.27",
3030
"@typescript-eslint/eslint-plugin": "^4.15.1",
31+
"@typescript-eslint/parser": "^4.15.1",
3132
"@zeit/cosmosdb-server": "^0.11.0",
3233
"chai": "^4.3.0",
3334
"eslint": "^7.20.0",
@@ -52,4 +53,4 @@
5253
"files": [
5354
"/dist"
5455
]
55-
}
56+
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@
15671567
"eslint-scope" "^5.0.0"
15681568
"eslint-utils" "^2.0.0"
15691569

1570-
"@typescript-eslint/parser@^4.0.0":
1570+
"@typescript-eslint/parser@^4.0.0", "@typescript-eslint/parser@^4.15.1":
15711571
"integrity" "sha512-V8eXYxNJ9QmXi5ETDguB7O9diAXlIyS+e3xzLoP/oVE4WCAjssxLIa0mqCLsCGXulYJUfT+GV70Jv1vHsdKwtA=="
15721572
"resolved" "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.15.1.tgz"
15731573
"version" "4.15.1"

0 commit comments

Comments
 (0)