mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
edb5dc3fdc
- Update .eslintignore to ignore "third party" code. - Add a "lint" script to package.json so `npm run lint` runs eslint on the repo.
9 lines
384 B
Plaintext
9 lines
384 B
Plaintext
# Ignore "third party" code whose style we will not change.
|
|
/boot/sjcl.js
|
|
/core/modules/utils/base64-utf8/base64-utf8.module.js
|
|
/core/modules/utils/base64-utf8/base64-utf8.module.min.js
|
|
/core/modules/utils/diff-match-patch/diff_match_patch.js
|
|
/core/modules/utils/diff-match-patch/diff_match_patch_uncompressed.js
|
|
/core/modules/utils/dom/csscolorparser.js
|
|
/plugins/tiddlywiki/*/files/
|