all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 82211c2c713e2d87d907f801edb38986a34a7f36 408 bytes (raw)
name: packages/context-coloring/languages/javascript/.jshintrc 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
{
  "bitwise": true,
  "camelcase": true,
  "curly": true,
  "devel": true,
  "eqeqeq": true,
  "forin": true,
  "freeze": true,
  "funcscope": true,
  "immed": true,
  "indent": 4,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "node": true,
  "noempty": true,
  "nonbsp": true,
  "nonew": true,
  "plusplus": true,
  "quotmark": "single",
  "strict": true,
  "undef": true,
  "unused": "strict"
}

debug log:

solving 82211c2 ...
found 82211c2 in https://yhetil.org/emacs/CAGiE8Az6kAQTNuhrZO_dGB1O9hOMqeSbxMOH0bG+RDLPUY0z=A@mail.gmail.com/

applying [1/1] https://yhetil.org/emacs/CAGiE8Az6kAQTNuhrZO_dGB1O9hOMqeSbxMOH0bG+RDLPUY0z=A@mail.gmail.com/
diff --git a/packages/context-coloring/languages/javascript/.jshintrc b/packages/context-coloring/languages/javascript/.jshintrc
new file mode 100644
index 0000000..82211c2

Checking patch packages/context-coloring/languages/javascript/.jshintrc...
Applied patch packages/context-coloring/languages/javascript/.jshintrc cleanly.

index at:
100644 82211c2c713e2d87d907f801edb38986a34a7f36	packages/context-coloring/languages/javascript/.jshintrc

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.