From 05ccb4d8f1bbe3fb64e117136b4a89bcfb0b0b33 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Oct 2020 19:21:35 +0800 Subject: Split front and back end. --- FrontEnd/.eslintignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 FrontEnd/.eslintignore (limited to 'FrontEnd/.eslintignore') diff --git a/FrontEnd/.eslintignore b/FrontEnd/.eslintignore new file mode 100644 index 00000000..f29f7466 --- /dev/null +++ b/FrontEnd/.eslintignore @@ -0,0 +1,6 @@ +.yarn +node_modules +dist +webpack.*.js +.eslintrc.js +postcss.config.js -- cgit v1.2.3