diff options
author | Eric Bailey <git@esb.lol> | 2023-07-13 15:56:29 -0700 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2023-07-13 15:56:29 -0700 |
commit | c75383bf9c784c213a3e96279483a46529271ef1 (patch) | |
tree | 0af6a08a376626385c223b61a1a4e11049fded22 /package.json | |
parent | 5a2401ada91a8998500945892956d49ec8d86dd9 (diff) | |
download | voidsky-c75383bf9c784c213a3e96279483a46529271ef1.tar.zst |
move eslint dep to devDeps
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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", |