Skip to content

Commit

Permalink
misc. config files
Browse files Browse the repository at this point in the history
  • Loading branch information
generic-github-user committed Jan 9, 2023
1 parent 522a9bc commit eea7503
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": "eslint:recommended",
"overrides": [
],
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ydone.yaml
todo-backup
primes.txt
~
node_modules

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
1 change: 1 addition & 0 deletions cw-archiver/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.json

0 comments on commit eea7503

Please sign in to comment.