Skip to content

Commit

Permalink
neue Datei: .eslintignore
Browse files Browse the repository at this point in the history
	neue Datei:     .eslintrc.json
  • Loading branch information
SKB-CGN committed Sep 23, 2024
1 parent 8d6ebab commit 3b3d13a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/.eslintrc.js
admin/words.js
lib/dictionary.js
www/js/*
9 changes: 9 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parserOptions": {
"ecmaVersion": "latest"
},

"env": {
"es6": true
}
}

0 comments on commit 3b3d13a

Please sign in to comment.