diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-10-25 21:23:16 +0000 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-10-25 21:23:16 +0000 |
commit | ab65bf49db46291dfc429cda4737e894d1897e6f (patch) | |
tree | 2703ddb882757762f5ce4e677620a952f6db5d8d /docs/.eslintignore | |
parent | b1bfff5b5a26ad089c01e844958f4edf1732abab (diff) |
docs: Add eslint support
Official guidelines:
https://eslint.org/docs/user-guide/getting-started
Steps taken:
npm install eslint --save-dev
npx eslint --init
Create .eslintignore
Edit .eslintrc.js (tweaks)
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 |