Global strict mode for rules and Node tests

This commit is contained in:
Tim Schaub
2016-08-08 09:56:00 -06:00
parent 3a1bbc4248
commit 7ea7610892
9 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
'use strict';
const assert = require('assert');
const fs = require('fs');
const glob = require('glob');