aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2022-06-29 21:04:20 -0700
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2022-06-29 21:04:20 -0700
commit8d88e7418ec0fb2a4afe71417fa1eb34c1e1060f (patch)
treeeff35e56577026b82f5bae1518d3d8174f4cf5bf /package.json
parent0971246bada11bf63f5d3b44d4bfce6c91990309 (diff)
Prettier and eslint rules added!
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3fb8c5176..b2449dedc 100644
--- a/package.json
+++ b/package.json
@@ -95,10 +95,15 @@
"css-loader": "^2.1.1",
"dotenv": "^8.6.0",
"eslint": "^8.18.0",
+ "eslint-config-airbnb": "^19.0.4",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.5.0",
+ "eslint-plugin-import": "^2.26.0",
+ "eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
+ "eslint-plugin-react": "^7.30.1",
+ "eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^1.6.0",
"jsdom": "^15.2.1",