Phase 1: Add ESLint/Prettier config + baseline auto-fixes
This commit is contained in:
@@ -11,17 +11,17 @@ module.exports = {
|
||||
'update-manager.js',
|
||||
'resource-monitor.js',
|
||||
'credential-manager.js',
|
||||
'app-templates.js'
|
||||
'app-templates.js',
|
||||
],
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
branches: 80,
|
||||
functions: 80,
|
||||
lines: 80,
|
||||
statements: 80
|
||||
}
|
||||
statements: 80,
|
||||
},
|
||||
},
|
||||
setupFilesAfterEnv: ['<rootDir>/__tests__/jest.setup.js'],
|
||||
restoreMocks: true,
|
||||
clearMocks: true
|
||||
clearMocks: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user