From c75383bf9c784c213a3e96279483a46529271ef1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 13 Jul 2023 15:56:29 -0700 Subject: [PATCH] move eslint dep to devDeps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f22c745..48c29636 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",