Skip to content

Commit 5381dde

Browse files
authored
Merge pull request #13 from jasonsalzman/12-fixing-mobile-bug
resolving mobile issues discovered in #12
2 parents 02765d6 + 89094f8 commit 5381dde

File tree

5 files changed

+601
-522
lines changed

5 files changed

+601
-522
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
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
@@ -238,4 +239,4 @@
238239
"react/sort-comp": 2,
239240
"react/wrap-multilines": 0
240241
}
241-
}
242+
}

0 commit comments

Comments
 (0)