mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 04:45:36 -04:00
feat: new stuff
This commit is contained in:
parent
ddba85e74b
commit
95d3793c20
7 changed files with 1913 additions and 480 deletions
13
csci/.eslintrc
Normal file
13
csci/.eslintrc
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