Skip to content

Commit

Permalink
Update for scpwiki.com
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Aug 2, 2020
1 parent 3224798 commit 7e5cea7
Show file tree
Hide file tree
Showing 5 changed files with 1,077 additions and 153 deletions.
12 changes: 12 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"env": {
"browser": true,
"es2020": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 11
},
"rules": {
}
}
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
__pycache__
*.secret.*
*.vim
*.sw*
env
.venv
.vscode
pylintrc
.cache
Pipfile.lock
node_modules
dist
Loading

0 comments on commit 7e5cea7

Please sign in to comment.