From 93ae2bff95ae189b724624e68104ead4da95d1d3 Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Fri, 10 Jan 2020 11:30:58 +0100 Subject: [PATCH] Add eslint ignore files --- client-tests/.eslintignore | 1 + client/.eslintignore | 1 + jsonrpc/.eslintignore | 1 + protocol/.eslintignore | 1 + textDocument/.eslintignore | 1 + types/.eslintignore | 1 + 6 files changed, 6 insertions(+) create mode 100644 client-tests/.eslintignore create mode 100644 client/.eslintignore create mode 100644 jsonrpc/.eslintignore create mode 100644 protocol/.eslintignore create mode 100644 textDocument/.eslintignore create mode 100644 types/.eslintignore diff --git a/client-tests/.eslintignore b/client-tests/.eslintignore new file mode 100644 index 000000000..7951405f8 --- /dev/null +++ b/client-tests/.eslintignore @@ -0,0 +1 @@ +lib \ No newline at end of file diff --git a/client/.eslintignore b/client/.eslintignore new file mode 100644 index 000000000..7951405f8 --- /dev/null +++ b/client/.eslintignore @@ -0,0 +1 @@ +lib \ No newline at end of file diff --git a/jsonrpc/.eslintignore b/jsonrpc/.eslintignore new file mode 100644 index 000000000..7951405f8 --- /dev/null +++ b/jsonrpc/.eslintignore @@ -0,0 +1 @@ +lib \ No newline at end of file diff --git a/protocol/.eslintignore b/protocol/.eslintignore new file mode 100644 index 000000000..7951405f8 --- /dev/null +++ b/protocol/.eslintignore @@ -0,0 +1 @@ +lib \ No newline at end of file diff --git a/textDocument/.eslintignore b/textDocument/.eslintignore new file mode 100644 index 000000000..7951405f8 --- /dev/null +++ b/textDocument/.eslintignore @@ -0,0 +1 @@ +lib \ No newline at end of file diff --git a/types/.eslintignore b/types/.eslintignore new file mode 100644 index 000000000..7951405f8 --- /dev/null +++ b/types/.eslintignore @@ -0,0 +1 @@ +lib \ No newline at end of file