From c0659044423e5ed111b86ac2c7aab9ffd7684d2f Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Tue, 6 Feb 2024 12:53:48 -0800 Subject: [PATCH] fmt eslintrc file --- .eslintrc.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 1970c05..e938506 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,9 +1,8 @@ { "parserOptions": { - "ecmaVersion": "latest" + "ecmaVersion": "latest" }, - "env": { - "es6": true + "es6": true } } \ No newline at end of file