add readme addresses #117

This commit is contained in:
iampeterbanjo
2016-10-30 08:29:32 +01:00
parent 3515d4f648
commit 4b96f89caa
2 changed files with 5 additions and 3 deletions

5
eslint-example/README.md Normal file
View File

@@ -0,0 +1,5 @@
# ESLint Example
## What it shows
A project configured to use the [Mozilla ESlint configuration](https://www.npmjs.com/package/eslint-plugin-mozilla)

View File

@@ -1,7 +1,4 @@
function getJSON(url, callback) {
var one, two
let xhr = new XMLHttpRequest();
xhr.onload = function() {
callback(this.responseText);