Remove use strict in extensions (part 2)

We compile using alwaysStrict so this directive is not needed
This commit is contained in:
Matt Bierner
2018-10-02 16:23:27 -07:00
parent d4edb9abcc
commit ff957050db
49 changed files with 98 additions and 49 deletions

View File

@@ -5,7 +5,8 @@
// Based on @sergeche's work on the emmet plugin for atom
// TODO: Move to https://github.com/emmetio/file-utils
'use strict';
import * as path from 'path';
import * as fs from 'fs';