mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 12:55:36 -04:00
feat: menubar component
This commit is contained in:
parent
8cc79da6d9
commit
700adae40c
9 changed files with 5203 additions and 0 deletions
13
dynamicProgrammingExamples/.eslintrc.js
Normal file
13
dynamicProgrammingExamples/.eslintrc.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
module.exports = {
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2021": true,
|
||||
node: true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "latest",
|
||||
"sourceType": "module"
|
||||
},
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue