TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
7.99k stars 1.18k forks source link

JSHint Compliance #1866

Open Jermolene opened 9 years ago

Jermolene commented 9 years ago

It would be desirable for the core code to pass JSHint without any warning messages. To do that we need to:

See also #1865 which refers to using JCSC to enforce coding style guidelines; it's possible that some of the fixes that JCSC suggests will also assist JSHint compliance.

sukima commented 9 years ago

@Jermolene in order to properly audit with JSHint you need to establish which JSHint options the project wants adhere to. For example Ember.js uses this .jshinrc. And for comparison this for JCSC.

Also, :+1: would love this!

Jermolene commented 9 years ago

Thanks @sukima I've updated the ticket.

pmario commented 1 year ago

related to: Remove function wrapper / add matching dprint and eslint configurations #7596