summaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
authorDamián Nohales <damiannohales@gmail.com>2014-12-22 17:21:50 -0300
committerJonas Danielsson <jonas@threetimestwo.org>2015-01-05 04:14:24 -0500
commitf4465af7d0f87c1bdd71bf9ef07714fff86437a8 (patch)
tree7708d5ac98717a17eae6e5bd5aaa32da303e78bc /.jshintrc
parent047de5a79fa6d31fa2a58f42cd572eafa6f39cc5 (diff)
downloadgnome-maps-f4465af7d0f87c1bdd71bf9ef07714fff86437a8.tar.gz
Convert to Gjs "package.js" application conventions
Unify resource names and GSettings schemas as org.gnome.Maps. Remove the C shim which is not needed. Copy the Makefiles from gtk-js-app, and replace the names appropriately Remove the config.js and path.js modules, as their functionality is provided by package.js Remove C compiler dependency. https://bugzilla.gnome.org/show_bug.cgi?id=733411
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index bb1cdff6..cee79413 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -78,5 +78,5 @@
"white" : false, // true: Check against strict whitespace and indentation rules
// Custom Globals
- "predef" : [ "log", "logError", "print", "printerr", "imports", "ARGV" ]
+ "predef" : [ "log", "logError", "print", "printerr", "imports", "ARGV", "pkg" ]
}