diff --git a/packages/eslint-config-react-native/index.js b/packages/eslint-config-react-native/index.js index b3b03a79..5e72bffd 100644 --- a/packages/eslint-config-react-native/index.js +++ b/packages/eslint-config-react-native/index.js @@ -6,11 +6,11 @@ * @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License */ -"use strict"; +'use strict' module.exports = { - extends: ["universe/native"], + extends: ['universe/native'], rules: { - "react-hooks/exhaustive-deps": "error", + 'react-hooks/exhaustive-deps': 'error', }, }; diff --git a/packages/eslint-config-react-native/strv-eslint-config-react-native-3.3.1.tgz b/packages/eslint-config-react-native/strv-eslint-config-react-native-3.3.1.tgz new file mode 100644 index 00000000..34f6f894 Binary files /dev/null and b/packages/eslint-config-react-native/strv-eslint-config-react-native-3.3.1.tgz differ