flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
18
VISUALIZACION/node_modules/ngraph.graph/.eslintrc.json
generated
vendored
Executable file
18
VISUALIZACION/node_modules/ngraph.graph/.eslintrc.json
generated
vendored
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
{
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"env": {
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"es6": true
|
||||
},
|
||||
"rules": {
|
||||
"semi": "error",
|
||||
"no-undef": "error",
|
||||
"no-unused-vars": "error",
|
||||
"no-shadow": "error"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue