mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
aa7a00d080
* Add eslint plus very tolerant starting config Addresses GH #1865 This adds eslint as a developer dependency, plus a generated eslint config that doesn't take a very strong stance on much of anything. The goal here to get started using automated style checking, add eslint checking to the testing flow, and gradually introduce stricter checks over time. * eslint: Fix ecmaVersion See https://github.com/Jermolene/TiddlyWiki5/pull/4421#issuecomment-587002325, where @Jermolene declared TiddlyWiki targets EcmaScript 5
16 lines
951 B
Plaintext
16 lines
951 B
Plaintext
# Known minified files
|
|
/boot/sjcl.js
|
|
/core/modules/utils/base64-utf8/base64-utf8.module.min.js
|
|
/core/modules/utils/diff-match-patch/diff_match_patch.js
|
|
/plugins/tiddlywiki/async/files/async.min.v1.5.0.js
|
|
/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/anyword-hint.js
|
|
/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/css-hint.js
|
|
/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/html-hint.js
|
|
/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/javascript-hint.js
|
|
/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.js
|
|
/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/xml-hint.js
|
|
/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/closebrackets.js
|
|
/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/matchbrackets.js
|
|
/plugins/tiddlywiki/codemirror-closetag/files/addon/edit/closetag.js
|
|
/plugins/tiddlywiki/codemirror-closetag/files/addon/fold/xml-fold.js
|