mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
mv .gitignore. fix indents. update eslint config. use export and global to fix eslint errors
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* exported getUsefulContents */
|
||||
// we cant use export here
|
||||
function getUsefulContents(callback) {
|
||||
callback('Hello World');
|
||||
|
||||
Reference in New Issue
Block a user