From 3a90114f3afc66cfef70c71c2ee343c29e1f3e8d Mon Sep 17 00:00:00 2001 From: Aryan Goharzad Date: Tue, 24 Jan 2023 12:03:18 -0500 Subject: more prettier and lint cleanup (#82) * more prettier and lint cleanup * Fixes more lint issues * lint * ignore more files * remove todos * lint --- .eslintrc.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 701cc2916..9a9b2fe4a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,7 +3,13 @@ module.exports = { extends: '@react-native-community', parser: '@typescript-eslint/parser', plugins: ['@typescript-eslint'], - ignorePatterns: ['**/__mocks__/*.ts', 'src/third-party', 'ios', 'android'], + ignorePatterns: [ + '**/__mocks__/*.ts', + 'src/third-party', + 'ios', + 'android', + 'coverage', + ], overrides: [ { files: ['*.js', '*.mjs', '*.ts', '*.tsx'], -- cgit 1.4.1