mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 12:33:18 +00:00
lesson 1, chapter 1: project setup
This commit is contained in:
4
.eslintrc.cjs
Normal file
4
.eslintrc.cjs
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
extends: '@it-incubator/eslint-config',
|
||||
rules: { 'no-console': ['warn', { allow: ['warn', 'error'] }] },
|
||||
}
|
||||
Reference in New Issue
Block a user