chore: sync infra docs and coverage
This commit is contained in:
15
backend/.eslintrc.js
Normal file
15
backend/.eslintrc.js
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
node: true,
|
||||
es2021: true,
|
||||
jest: true
|
||||
},
|
||||
extends: ['eslint:recommended'],
|
||||
parserOptions: {
|
||||
ecmaVersion: 2021,
|
||||
sourceType: 'script'
|
||||
},
|
||||
rules: {
|
||||
'no-console': ['warn', { allow: ['error', 'info'] }]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user