mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-03 21:17:36 +03:00
initial commit
This commit is contained in:
commit
bf4ee2c3cf
54 changed files with 7101 additions and 0 deletions
12
.eslintrc.json
Normal file
12
.eslintrc.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2021": true
|
||||
},
|
||||
"extends": ["airbnb-base", "prettier"],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "latest",
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": { "spaced-comment": 0, "import/extensions": 0 }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue