diff options
author | crupest <crupest@outlook.com> | 2020-06-02 01:01:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-02 01:01:15 +0800 |
commit | 48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a (patch) | |
tree | 77cc49d54099a44866cb2a4e1a57ddf1a83f652d /Timeline/ClientApp/.eslintignore | |
parent | 9f98f9f51047c7b017a4dfe8970b80926c797d44 (diff) | |
download | timeline-48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a.tar.gz timeline-48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a.tar.bz2 timeline-48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a.zip |
Upgrade packages.
Diffstat (limited to 'Timeline/ClientApp/.eslintignore')
-rw-r--r-- | Timeline/ClientApp/.eslintignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Timeline/ClientApp/.eslintignore b/Timeline/ClientApp/.eslintignore new file mode 100644 index 00000000..371b5fcb --- /dev/null +++ b/Timeline/ClientApp/.eslintignore @@ -0,0 +1,5 @@ +.yarn
+node_modules
+dist
+webpack.*.js
+.eslintrc.js
|