We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96d3be commit 5feed67Copy full SHA for 5feed67
examples/js_of_ocaml/build.sh
@@ -9,12 +9,3 @@ ocamlbuild -use-ocamlfind \
9
10
# Build JS code from the OCaml bytecode
11
js_of_ocaml +weak.js --opt 3 -o js/todomvc.js todomvc.byte
12
-
13
-# To disable JS linters at a file level, you can for instance use sed:
14
-# sed -i '' '1i\
15
-# // jscs:disable
16
-# ' js/todomvc.js
17
18
-# /* jshint ignore:start */
19
20
0 commit comments