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