mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Enable the ESLint no-var
rule in the external/
folder
These changes were done automatically, by using the `gulp lint --fix` command.
This commit is contained in:
parent
67b866b9ed
commit
96d2a2f795
8 changed files with 13 additions and 48 deletions
2
external/systemjs/plugin-babel-cached.js
vendored
2
external/systemjs/plugin-babel-cached.js
vendored
|
@ -12,6 +12,8 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/* eslint-disable no-var */
|
||||
|
||||
var babel = require("plugin-babel");
|
||||
|
||||
var cacheExpiration = 60 /* min */ * 60 * 1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue