chore: fix linting

This commit is contained in:
Travis Fischer
2021-01-27 18:42:11 -05:00
parent 02640c96de
commit da29754f6e
13 changed files with 294 additions and 104 deletions

View File

@@ -54,6 +54,8 @@
"@types/classnames": "^2.2.10",
"@types/node": "^14.6.0",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.2",
"eslint": "^7.18.0",
@@ -68,6 +70,6 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"puppeteer": "^5.5.0",
"typescript": "^4.0.2"
"typescript": "^4.1.3"
}
}