first commit
This commit is contained in:
commit
e40b2117b5
21 changed files with 17956 additions and 0 deletions
15
backend/.eslintrc.js
Executable file
15
backend/.eslintrc.js
Executable file
|
@ -0,0 +1,15 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
browser: true,
|
||||
commonjs: true,
|
||||
es2021: true,
|
||||
},
|
||||
extends: [
|
||||
'airbnb-base',
|
||||
],
|
||||
parserOptions: {
|
||||
ecmaVersion: 12,
|
||||
},
|
||||
rules: {
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue