Add ESLint and Prettier ignore patterns for specific directories

This commit is contained in:
thomas-senechal
2025-01-05 15:44:44 +01:00
parent 61dd98029f
commit bd09683f94
2 changed files with 12 additions and 0 deletions

View File

@@ -1,4 +1,11 @@
module.exports = {
root: true,
extends: '@react-native',
ignorePatterns: [
'ios/',
'android/',
'deployments/',
'witnesscalc/',
'node_modules/',
],
};

5
app/.prettierignore Normal file
View File

@@ -0,0 +1,5 @@
android/
deployments/
ios/
node_modules/
witnesscalc/