Indentation lint that blocks moving to eslint 4.0

This commit is contained in:
Rachel Fenichel
2018-01-23 17:27:35 -08:00
parent e61b51afcb
commit 1e3450a051
11 changed files with 91 additions and 65 deletions

View File

@@ -18,7 +18,7 @@
* limitations under the License.
*/
/**
/**
* @fileoverview Object representing a map of variables and their types.
* @author marisaleung@google.com (Marisa Leung)
*/
@@ -35,7 +35,7 @@ goog.provide('Blockly.VariableMap');
* @constructor
*/
Blockly.VariableMap = function(workspace) {
/**
/**
* A map from variable type to list of variable names. The lists contain all
* of the named variables in the workspace, including variables
* that are not currently in use.