mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 05:06:57 +00:00
[5.4.0] Update eslint target to 2017 and do initial fixes (#9135)
* eslint manual fixes - update eslint to 2017 - add self to forbidden globals - fix a few unfixable bugs caught by eslint - convert newer features in twitter-archivist * add eslint plugin to forbid features * import changes from @saqimtiaz * add package.json changes
This commit is contained in:
@@ -144,7 +144,7 @@ XLSXImporter.prototype.processField = function(fieldImportSpecTitle) {
|
||||
value = cell.v.toString();
|
||||
break;
|
||||
case "string":
|
||||
// Intentional fall-through
|
||||
// falls through
|
||||
default:
|
||||
value = cell.w;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user