Skip to content

Commit

Permalink
fixed eslint (v6.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jun 28, 2019
1 parent 2cbcda2 commit ff12eb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Expand Up @@ -10,6 +10,9 @@
"no-console": ["error", {
"allow": ["log"]
}],
"no-redeclare": ["error", {
"builtinGlobals": false
}],
"no-empty": ["error", {
"allowEmptyCatch": true
}],
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -4,3 +4,5 @@ p/core_pdd.so
p/r2dec-test
/themes/*.json
core_pdd.so
p/*.o
p/duktape/*.o

0 comments on commit ff12eb8

Please sign in to comment.