diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-27 12:56:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 12:56:44 -0400 |
commit | 2f09957ae208a49db229f000c9c82905d001b669 (patch) | |
tree | 190e963d61419b0d594953b27a5b84fffb507b0e /docs/.eslintignore | |
parent | c707ab45effec92a1943c01def8669e0646ee1e0 (diff) | |
parent | 1ac78498ebf440dd779acf20446e6611812dcf19 (diff) |
Merge pull request #301 from innovaker/docs-eslint-prettier
docs: Add eslint, prettier and eslint-mdx support
Diffstat (limited to 'docs/.eslintignore')
-rw-r--r-- | docs/.eslintignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/.eslintignore b/docs/.eslintignore new file mode 100644 index 0000000..b7dab5e --- /dev/null +++ b/docs/.eslintignore @@ -0,0 +1,2 @@ +node_modules +build
\ No newline at end of file |