From 5e75cede11d93fa8e5f42ed5a7987e9f760c85d5 Mon Sep 17 00:00:00 2001 From: yigencong Date: Tue, 27 Feb 2024 14:37:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0eslintrc=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .eslintrc.json diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..f5e2cfe --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,13 @@ +{ + "env": { + "browser": true, + "es2021": true + }, + "extends": "airbnb-base", + "parserOptions": { + "ecmaVersion": "latest", + "sourceType": "module" + }, + "rules": { + } +}