diff options
| author | eug-vs <eug-vs@keemail.me> | 2020-12-02 05:26:59 +0300 |
|---|---|---|
| committer | eug-vs <eug-vs@keemail.me> | 2020-12-02 05:26:59 +0300 |
| commit | 286c2f962db1087fb0d6ee444c218346056d85b3 (patch) | |
| tree | 3faab68f862f15e7c760a2b7549dabda2b046aa1 /.eslintignore | |
| parent | 7aff5bc9371a02196e84be348499c6550a13e3bf (diff) | |
| download | mongo-cronjob-286c2f962db1087fb0d6ee444c218346056d85b3.tar.gz | |
chore: install and configure eslint
Diffstat (limited to '.eslintignore')
| -rw-r--r-- | .eslintignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..f05b1f2 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,2 @@ +node_modules +test |