mirror of
https://github.com/ershisan99/flashcards-docs.git
synced 2025-12-17 05:09:25 +00:00
initial commit, lesson 1
This commit is contained in:
8
.eslintrc.cjs
Normal file
8
.eslintrc.cjs
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
extends: ['@it-incubator/eslint-config'],
|
||||
rules: {
|
||||
'no-console': ['warn', {
|
||||
allow: ['warn', 'error', 'info']
|
||||
}]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user