commit | 38dcb053f48105cfebad3e43428f2101eaf376c5 | [log] [tgz] |
---|---|---|
author | Jiarenxiang <SingalJia@outlook.com> | Thu Mar 13 16:40:09 2025 +0800 |
committer | Jiarenxiang <SingalJia@outlook.com> | Thu Apr 10 19:19:06 2025 +0800 |
tree | 0e834a974db36b3765c244c86cddef91da2bb4f0 | |
parent | 45d84cc4b51d70c418ba5a11b1131da05edacccc [diff] [blame] |
'init_again' Change-Id: Ib7ecdb9f5baeab1e4681152a57b936edf7475b35
diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..3ac39ef --- /dev/null +++ b/.eslintrc.js
@@ -0,0 +1,7 @@ +module.exports = { + extends: [require.resolve('@umijs/lint/dist/config/eslint')], + globals: { + page: true, + REACT_APP_ENV: true, + }, +};