about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-07-13 15:56:29 -0700
committerEric Bailey <git@esb.lol>2023-07-13 15:56:29 -0700
commitc75383bf9c784c213a3e96279483a46529271ef1 (patch)
tree0af6a08a376626385c223b61a1a4e11049fded22 /package.json
parent5a2401ada91a8998500945892956d49ec8d86dd9 (diff)
downloadvoidsky-c75383bf9c784c213a3e96279483a46529271ef1.tar.zst
move eslint dep to devDeps
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4f22c7458..48c296364 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,6 @@
     "base64-js": "^1.5.1",
     "bcp-47-match": "^2.0.3",
     "email-validator": "^2.0.4",
-    "eslint-plugin-react-native-a11y": "^3.3.0",
     "expo": "~48.0.18",
     "expo-application": "~5.1.1",
     "expo-build-properties": "~0.5.1",
@@ -176,6 +175,7 @@
     "eslint": "^8.19.0",
     "eslint-plugin-detox": "^1.0.0",
     "eslint-plugin-ft-flow": "^2.0.3",
+    "eslint-plugin-react-native-a11y": "^3.3.0",
     "html-webpack-plugin": "^5.5.0",
     "husky": "^8.0.3",
     "is-ci": "^3.0.1",