diff options
author | crupest <crupest@outlook.com> | 2020-08-24 23:52:21 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-24 23:52:21 +0800 |
commit | f16f580f206156f7b936759943479252469f2f22 (patch) | |
tree | e78420693428ea9e17de985b9ea641db9788816c | |
parent | 8e297d2b659f447814e07676423e973f0f41e560 (diff) | |
download | timeline-f16f580f206156f7b936759943479252469f2f22.tar.gz timeline-f16f580f206156f7b936759943479252469f2f22.tar.bz2 timeline-f16f580f206156f7b936759943479252469f2f22.zip |
...
-rw-r--r-- | Timeline/ClientApp/.eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/ClientApp/.eslintignore b/Timeline/ClientApp/.eslintignore index de5aa4fc..371b5fcb 100644 --- a/Timeline/ClientApp/.eslintignore +++ b/Timeline/ClientApp/.eslintignore @@ -1,4 +1,5 @@ .yarn
node_modules
dist
+webpack.*.js
.eslintrc.js
|