Skip to content

Commit

Permalink
lint more files
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Sep 23, 2021
1 parent a295e35 commit c554abb
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 158 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ module.exports = function(grunt) {
lib: {
src: [
'src/*',
'test/**/*.js',
'!test/mocha.js',
'!test/src/ts/**',
],
options: {
//configFile: 'build/conf/eslint.json',
Expand Down
2 changes: 2 additions & 0 deletions test/src/js/m4-harness.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* global module */
/* global require */
require('should');
const loader = require("esm")(module);
loader('./m4-test.js');
Expand Down
Loading

0 comments on commit c554abb

Please sign in to comment.