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. 2569
      package-lock.json
  4. 23
      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 @@
**

2569
package-lock.json

File diff suppressed because it is too large

23
src/.eslintrc.json

@ -1,12 +1,11 @@
{
"extends": "athom",
"ignorePatterns": [
"**/vendor/*.js"
],
"rules": {
"consistent-return": "off",
"no-shadow": "off",
"max-len": "off",
"linebreak-style": "off"
}
}
{
"extends": "athom",
"ignorePatterns": [
"**/vendor/*.js"
],
"rules": {
"consistent-return": "off",
"no-shadow": "off",
"max-len": "off"
}
}

Loading…
Cancel
Save