mirror of
https://github.com/youzan/vant.git
synced 2026-02-27 02:00:20 +08:00
chore(@vant/popperjs): remove @babel/runtime
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
{
|
||||
"root": true,
|
||||
"extends": ["@vant"],
|
||||
"rules": {
|
||||
"prefer-object-spread": "off"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["src/**/*"],
|
||||
"excludedFiles": ["**/test/*", "**/demo/*"],
|
||||
"rules": {
|
||||
"prefer-object-spread": "off",
|
||||
// since we target ES2015 for baseline support, we need to forbid object
|
||||
// rest spread usage (both assign and destructure)
|
||||
"no-restricted-syntax": [
|
||||
|
||||
Reference in New Issue
Block a user