Skip to content

Commit

Permalink
Spelling check
Browse files Browse the repository at this point in the history
  • Loading branch information
lelinhtinh committed Jun 21, 2020
1 parent 83c7722 commit 8cc94ce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,20 @@
},
"beautify.config": {
"jslint_happy": true
}
},
"cSpell.words": [
"Epub",
"NISO",
"OEBPS",
"apng",
"devtool",
"dtbncx",
"idref",
"jepub",
"jsfiddle",
"jszip",
"lelinhtinh",
"uffff",
"uuidv"
]
}
3 changes: 3 additions & 0 deletions demo/script.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* cSpell:disable */
/* spell-checker: disable */
/* spellchecker: disable */
/* eslint-disable no-console */
(async () => {

Expand Down

0 comments on commit 8cc94ce

Please sign in to comment.