1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Tools: Updated eslint and clarified comma-dangle rule

This commit is contained in:
Laurent Cozic
2020-08-04 23:00:11 +01:00
parent 89864de1ff
commit 5ade9ff2f6
14 changed files with 412 additions and 262 deletions

View File

@ -18,5 +18,5 @@ utils.registerGulpTasks(gulp, tasks);
gulp.task('build', gulp.series(
'buildReactNativeInjectedJs',
'encodeAssets',
'podInstall',
'podInstall'
));