run "eslint --fix" to get some changes for free

This commit is contained in:
Johannes Rieken
2020-01-02 20:14:09 +01:00
parent ee4dccd069
commit 856d085279
7 changed files with 13 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ p {
new vscode.Range(3, 13, 3, 14), // p just before ending of block comment
new vscode.Range(6, 2, 6, 3) // p after ending of block
]
];
rangesForEmmet.forEach(range => {
assert.equal(isValid(doc, range, 'css'), true);
});