mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 06:48:37 +02:00
add readme addresses #117
This commit is contained in:
5
eslint-example/README.md
Normal file
5
eslint-example/README.md
Normal 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)
|
||||
@@ -1,7 +1,4 @@
|
||||
function getJSON(url, callback) {
|
||||
var one, two
|
||||
|
||||
|
||||
let xhr = new XMLHttpRequest();
|
||||
xhr.onload = function() {
|
||||
callback(this.responseText);
|
||||
|
||||
Reference in New Issue
Block a user