This repository has been archived by the owner on Aug 4, 2019. It is now read-only.
Update lint configurations #142
Labels
A-sencha-app
Area: General app infrastructure, viewport, and navigation
C-chore
Category: Necessary work for core-maintainers that is not a bug or feature
E-easy
Effort: Straightforward; recommended for a new contributor
L-sencha
Language: Sencha/Ext JS (JavaScript)
Milestone
Erase all
/*jslint ...*/
configs at the top of source files, as the project-wide eslint config is used now instead.Also sort class requires by namespace, Ext first, then packages, then app. Prefix external namespace sections with
/* global XXXX */
to mark it safe to the linter within that file, e.g.:The text was updated successfully, but these errors were encountered: