hellof2e / quark-design

Browser-native component library, framework-agnostic, base on web components.(移动端 UI 组件库,无框架,即插即用。)
https://quark-ecosystem.github.io/quarkd-docs
MIT License
1.9k stars 189 forks source link

fix: turn off 'no-var-requires' rule to fix error of js files. #218

Closed FriedRiceNoodles closed 1 year ago

FriedRiceNoodles commented 1 year ago

image

https://github.com/typescript-eslint/typescript-eslint/issues/1724

BTW, this commit corrected some wrong indentation.

FriedRiceNoodles commented 1 year ago

72a28b3——Now the first view when we start the dev server will no longer be a blank page.