aboutsummaryrefslogtreecommitdiffstats
path: root/client/js/app/.eslintignore
diff options
context:
space:
mode:
authorLeandro Alves <leandroalves@yahooinc.com>2022-06-20 20:43:44 +0200
committerLeandro Alves <leandroalves@yahooinc.com>2022-06-20 20:43:44 +0200
commitffda18989dfb3485613d5dafcd9026783d7e7f23 (patch)
tree08e588642dd34b68c07784eb9835d20bc52881f2 /client/js/app/.eslintignore
parenteb0dbfdb9e621ce97777cc67ba5cd1612e27ccbd (diff)
Add eslint plugins and initial configuration
Diffstat (limited to 'client/js/app/.eslintignore')
-rw-r--r--client/js/app/.eslintignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/js/app/.eslintignore b/client/js/app/.eslintignore
new file mode 100644
index 00000000000..954e6814384
--- /dev/null
+++ b/client/js/app/.eslintignore
@@ -0,0 +1,9 @@
+node_modules/*
+public/*
+storybook-static/*
+dist/*
+build/*
+*.css
+*.json
+*.png
+*.svg