Skip to content

Commit 8a7f1b9

Browse files
committed
initial set up of eslint
1 parent 056f367 commit 8a7f1b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extension/.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// peer dependencies errored because of older versions: Installing eslint-plugin-react@latest, eslint-config-standard-with-typescript@latest, @typescript-eslint/eslint-plugin@^6.4.0, eslint@^8.0.1, eslint-plugin-import@^2.25.2, eslint-plugin-n@^15.0.0 || ^16.0.0 , eslint-plugin-promise@^6.0.0, typescript@*
2+
3+
// I think they need to be updated in the package package.json file
4+
15
module.exports = {
26
"env": {
37
"browser": true,

0 commit comments

Comments
 (0)