Skip to content

Commit b243bb5

Browse files
authored
Merge pull request #3182 from Zalastax/remove-jshint
Remove JSHint
2 parents da4d957 + b4af19d commit b243bb5

File tree

2 files changed

+5
-38
lines changed

2 files changed

+5
-38
lines changed

src/image/image.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
*/
1212
'use strict';
1313

14-
var p5 = require('../core/main'); // This is not global, but JSHint is not aware that // this module is implicitly enclosed with Browserify: this overrides the // redefined-global error and permits using the name "frames" for the array // of saved animation frames.
14+
var p5 = require('../core/main');
15+
// This is not global, but ESLint is not aware that
16+
// this module is implicitly enclosed with Browserify: this overrides the
17+
// redefined-global error and permits using the name "frames" for the array
18+
// of saved animation frames.
1519

1620
/* global frames:true */ var frames = [];
1721

test/.jshintrc

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)