aboutsummaryrefslogtreecommitdiff
path: root/node_modules/.bin
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-28 00:38:50 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-28 00:40:43 +0200
commit7fff4499fd915bcea3fa93b1aa8b35f4fe7a6027 (patch)
tree6de9a1aebd150a23b7f8c273ec657a5d0a18fe3e /node_modules/.bin
parent963b7a41feb29cc4be090a2446bdfe0c1f1bcd81 (diff)
downloadwallet-core-7fff4499fd915bcea3fa93b1aa8b35f4fe7a6027.tar.xz
add linting (and some initial fixes)
Diffstat (limited to 'node_modules/.bin')
l---------node_modules/.bin/ava1
l---------node_modules/.bin/gulp1
l---------node_modules/.bin/nyc1
l---------node_modules/.bin/po2json1
l---------node_modules/.bin/tsc1
l---------node_modules/.bin/tslint1
l---------node_modules/.bin/tsserver1
l---------node_modules/.bin/typedoc1
l---------node_modules/.bin/uglifyjs1
l---------node_modules/.bin/webpack1
10 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/.bin/ava b/node_modules/.bin/ava
new file mode 120000
index 000000000..0cb5f1bfa
--- /dev/null
+++ b/node_modules/.bin/ava
@@ -0,0 +1 @@
+../ava/cli.js \ No newline at end of file
diff --git a/node_modules/.bin/gulp b/node_modules/.bin/gulp
new file mode 120000
index 000000000..5de73328b
--- /dev/null
+++ b/node_modules/.bin/gulp
@@ -0,0 +1 @@
+../gulp/bin/gulp.js \ No newline at end of file
diff --git a/node_modules/.bin/nyc b/node_modules/.bin/nyc
new file mode 120000
index 000000000..8e5244390
--- /dev/null
+++ b/node_modules/.bin/nyc
@@ -0,0 +1 @@
+../nyc/bin/nyc.js \ No newline at end of file
diff --git a/node_modules/.bin/po2json b/node_modules/.bin/po2json
new file mode 120000
index 000000000..d0293e66b
--- /dev/null
+++ b/node_modules/.bin/po2json
@@ -0,0 +1 @@
+../po2json/bin/po2json \ No newline at end of file
diff --git a/node_modules/.bin/tsc b/node_modules/.bin/tsc
new file mode 120000
index 000000000..0863208a6
--- /dev/null
+++ b/node_modules/.bin/tsc
@@ -0,0 +1 @@
+../typescript/bin/tsc \ No newline at end of file
diff --git a/node_modules/.bin/tslint b/node_modules/.bin/tslint
new file mode 120000
index 000000000..7d8df7440
--- /dev/null
+++ b/node_modules/.bin/tslint
@@ -0,0 +1 @@
+../tslint/bin/tslint \ No newline at end of file
diff --git a/node_modules/.bin/tsserver b/node_modules/.bin/tsserver
new file mode 120000
index 000000000..f8f8f1a0c
--- /dev/null
+++ b/node_modules/.bin/tsserver
@@ -0,0 +1 @@
+../typescript/bin/tsserver \ No newline at end of file
diff --git a/node_modules/.bin/typedoc b/node_modules/.bin/typedoc
new file mode 120000
index 000000000..8303b02cc
--- /dev/null
+++ b/node_modules/.bin/typedoc
@@ -0,0 +1 @@
+../typedoc/bin/typedoc \ No newline at end of file
diff --git a/node_modules/.bin/uglifyjs b/node_modules/.bin/uglifyjs
new file mode 120000
index 000000000..fef3468b6
--- /dev/null
+++ b/node_modules/.bin/uglifyjs
@@ -0,0 +1 @@
+../uglify-js/bin/uglifyjs \ No newline at end of file
diff --git a/node_modules/.bin/webpack b/node_modules/.bin/webpack
new file mode 120000
index 000000000..d462c1d15
--- /dev/null
+++ b/node_modules/.bin/webpack
@@ -0,0 +1 @@
+../webpack/bin/webpack.js \ No newline at end of file