Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
maxamin committed Jul 6, 2024
0 parents commit b3ec501
Show file tree
Hide file tree
Showing 2,523 changed files with 762,090 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"env": {
"browser": true,
"node":true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"prettier",
"plugin:react-hooks/recommended"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"react"
],
"rules": {
},
"globals": {
"emitter": "writable",
"appStore": "writable",
"closeTooltip": "readonly",
"$": "readonly",
"sigma": "readonly",
"driver": "readonly",
"conf": "readonly",
"jQuery": "readonly"
}
}
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
node_modules/*
Bloodhound-*
dist/
npm-debug.log
*.bin
*.csv
graph.json
.DS_Store
.idea
Loading

0 comments on commit b3ec501

Please sign in to comment.