-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable passing through mathquill configuration (#38)
* Added in mathquill config option * Added in support for user-defined handlers * Fixed code formatting and added rule to eslint for object spreading * Changed chromedriver version
- Loading branch information
1 parent
de48508
commit 573636f
Showing
2 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
module.exports = { | ||
parserOptions: { | ||
ecmaVersion: 6 | ||
ecmaVersion: 2018 | ||
}, | ||
rules: { | ||
"no-var": "error" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters