Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/stub-modules/info.js

Issue 29375915: Issue 4878 - Start using ESLint for adblockpluscore (Closed)
Patch Set: Removed unused imports Created March 15, 2017, 3:11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/signatures.js ('k') | test/stub-modules/io.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/stub-modules/info.js
diff --git a/test/stub-modules/info.js b/test/stub-modules/info.js
index 5433e088c5ecf2b4dda44a7e3563bed61f555806..6bfa32f8e78c3237f2a1d9e6b8c8fb7428bd4d42 100644
--- a/test/stub-modules/info.js
+++ b/test/stub-modules/info.js
@@ -1,3 +1,5 @@
+"use strict";
+
module.exports = {
addonName: "adblockpluschrome",
addonVersion: "1.4.1",
« no previous file with comments | « test/signatures.js ('k') | test/stub-modules/io.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld