From ce328cd1cd6c70c4c7e87d2e96e3a67c98988d4c Mon Sep 17 00:00:00 2001 From: aronmal Date: Mon, 10 Jul 2023 19:36:45 +0200 Subject: [PATCH] Fix unwanted linting in config files --- .eslintignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..ce1022b --- /dev/null +++ b/.eslintignore @@ -0,0 +1,8 @@ +# Ignore all config files in the root folder +leaky-ships/*.config.js + +# Ignore the whole __tests__ folder +leaky-ships/__tests__ + +# Allow all other files in folders +leaky-ships/!*/