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 | 447184ca4ae3f691c0b7007cbb1f002862f12566 (patch) | |
tree | a8ab10a615bf4a9e65df9dbf060e15325a020a51 /Timeline/ClientApp/.eslintignore | |
parent | 5021d95f57c54779d1fd22aeeb180be058775a01 (diff) | |
download | timeline-447184ca4ae3f691c0b7007cbb1f002862f12566.tar.gz timeline-447184ca4ae3f691c0b7007cbb1f002862f12566.tar.bz2 timeline-447184ca4ae3f691c0b7007cbb1f002862f12566.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
|