chore: sync infra docs and coverage
This commit is contained in:
6
frontend/.eslintrc.js
Normal file
6
frontend/.eslintrc.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
extends: ['react-app', 'react-app/jest'],
|
||||
rules: {
|
||||
'testing-library/no-debugging-utils': 'warn'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user