Browse Source

Update src to match master

pull/937/head
Sergei Birukov 2 years ago
parent
commit
365920387c
  1. 4
      .gitignore
  2. 1
      .prettierignore
  3. 2551
      package-lock.json
  4. 3
      src/.eslintrc.json

4
.gitignore

@ -3,7 +3,6 @@
/wg0.json
/src/node_modules
.DS_Store
*.swp
# Logs
logs
@ -26,7 +25,7 @@ coverage
# Editor directories and files
.vscode/*
*.vscode-workspace
*.code-workspace
!.vscode/extensions.json
.idea
*.suo
@ -36,3 +35,4 @@ coverage
*.sw?
*.tsbuildinfo
*.env*

1
.prettierignore

@ -0,0 +1 @@
**

2551
package-lock.json

File diff suppressed because it is too large

3
src/.eslintrc.json

@ -6,7 +6,6 @@
"rules": {
"consistent-return": "off",
"no-shadow": "off",
"max-len": "off",
"linebreak-style": "off"
"max-len": "off"
}
}

Loading…
Cancel
Save