We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32292f commit ebbf1b5Copy full SHA for ebbf1b5
.eslintrc
@@ -0,0 +1,5 @@
1
+{
2
+ "env": {
3
+ "browser": true
4
+ }
5
+}
.hound.yml
@@ -1,5 +1,5 @@
javascript:
enabled: false
-jshint:
+eslint:
enabled: true
- config_file: .javascript-style.json
+ config_file: .eslintrc
src/reporter.js
@@ -1,6 +1,6 @@
import request from "browser-request";
-const url = "/access_lint/errors"
+const url = "/access_lint/errors";
export default function (message) {
6
var violations = message.violations.map(function(violation) {
0 commit comments