Skip to content

Commit

Permalink
set jshint node: true
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Allen committed Feb 3, 2016
1 parent df72835 commit 28eba6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/a11y.js
@@ -1,5 +1,5 @@
#!/usr/bin/env node
/* jshint esnext: true */
/* jshint node: true, esnext: true */

const async = require('async');
const pa11y = require('pa11y');
Expand Down
2 changes: 1 addition & 1 deletion test/pa11y.conf.js
@@ -1,4 +1,4 @@
/* jshint esnext: true */
/* jshint node: true, esnext: true */

const config = {

Expand Down

0 comments on commit 28eba6b

Please sign in to comment.