mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 20:45:35 -04:00
done
This commit is contained in:
parent
e89fb616e7
commit
b1c295d2ac
12 changed files with 2783 additions and 55 deletions
13
file-uploader/.eslintrc.js
Normal file
13
file-uploader/.eslintrc.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
browser: true,
|
||||
es2021: true,
|
||||
node: true,
|
||||
},
|
||||
extends: ["eslint:recommended", "prettier"],
|
||||
parserOptions: {
|
||||
ecmaVersion: "latest",
|
||||
sourceType: "module",
|
||||
},
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue