mirror of
https://github.com/ershisan99/flashcards-docs.git
synced 2025-12-16 12:33:17 +00:00
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
module.exports = {
|
|
extends: ['@it-incubator/eslint-config'],
|
|
rules: {
|
|
'no-console': ['warn', {
|
|
allow: ['warn', 'error', 'info']
|
|
}]
|
|
}
|
|
}; |