create working extension with eslint configured locally

This commit is contained in:
iampeterbanjo
2016-10-30 13:04:47 +01:00
parent 4b96f89caa
commit 23fe5e01db
10 changed files with 74 additions and 37 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pop-up</title>
</head>
<body>
<h1 id="title">Example.com</h1>
<div id="display"></div>
<script src="file.js"></script>
<script src="main.js"></script>
</body>
</html>