Add linting and code formatting

This commit is contained in:
Gabe Kangas
2020-09-30 18:47:18 -07:00
parent 9623513c9a
commit fe6c285b43
6 changed files with 1868 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"antd": "^4.6.6",
"next": "9.5.3",
"react": "16.13.1",
@@ -17,6 +18,17 @@
"devDependencies": {
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
}
}