Skip to content

Commit a354170

Browse files
authored
Merge pull request #14 from jasonsalzman/v0.1.3
resolving mobile issues discovered in #12
2 parents c6fbeaf + 454eb75 commit a354170

File tree

5 files changed

+166
-118
lines changed

5 files changed

+166
-118
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"no-reserved-keys": 0, // disallow reserved words being used as object literal keys (off by default)
6666
"no-sparse-arrays": 0, // disallow sparse arrays
6767
"no-unreachable": 0, // disallow unreachable statements after a return, throw, continue, or break statement
68+
"no-useless-escape": 0, // disallow useless escape rule
6869
"use-isnan": 0, // disallow comparisons with the value NaN
6970
"valid-jsdoc": 0, // Ensure JSDoc comments are valid (off by default)
7071
"valid-typeof": 0, // Ensure that the results of typeof are compared against a valid string

0 commit comments

Comments
 (0)