Skip to content

Commit 7e5cea7

Browse files
committed
Update for scpwiki.com
1 parent 3224798 commit 7e5cea7

File tree

5 files changed

+1077
-153
lines changed

5 files changed

+1077
-153
lines changed

.eslintrc.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"es2020": true
5+
},
6+
"extends": "eslint:recommended",
7+
"parserOptions": {
8+
"ecmaVersion": 11
9+
},
10+
"rules": {
11+
}
12+
}

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
__pycache__
2+
*.secret.*
3+
*.vim
4+
*.sw*
5+
env
6+
.venv
7+
.vscode
8+
pylintrc
9+
.cache
10+
Pipfile.lock
11+
node_modules
12+
dist

0 commit comments

Comments
 (0)