Browse Source

Adds electron keywords

craigsdennis 9 years ago
parent
commit
c99e53e452
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .jshintrc

+ 2 - 1
.jshintrc

@@ -1,5 +1,6 @@
 {
     "esversion": 6,
     "node": true,
-    "strict": true
+    "strict": true,
+    "electron": true
 }