DescriptionWebUI: Experimenting with ESLint, WIP.
cd chrome/browser/resources/
npm install -g gulp
npm install
#Show errors
gulp lint --filter=settings
gulp lint --filter=print_preview
# Show errors and fix auto-fixable errors
gulp lint --filter=settings --fix
gulp lint --filter=print_preview --fix
BUG=None
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Patch Set 1 #Patch Set 2 : More rules #Patch Set 3 : More setup #Patch Set 4 : Add missing dep #Patch Set 5 : Remove gulp-eslint, make --fix work. #Patch Set 6 : Relax rules for now, to make existing code pass. #Patch Set 7 : Relax rules #Patch Set 8 : More relaxing #
Dependent Patchsets: Messages
Total messages: 11 (10 generated)
|