Install linter

This commit is contained in:
Franck Royer 2021-06-22 11:52:24 +10:00
parent 3a7c7a1bb7
commit 01c1c253b4
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 1362 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@ -55,6 +55,9 @@
"devDependencies": { "devDependencies": {
"@ethersproject/shims": "^5.3.0", "@ethersproject/shims": "^5.3.0",
"@types/node": "^14.17.3", "@types/node": "^14.17.3",
"npm-run-all": "^4.1.5" "cspell": "^5.6.6",
"eslint": "^7.29.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.1"
} }
} }