diff --git a/.eslintrc.yml b/.eslintrc.yml index 65849402..2d04f164 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -11,9 +11,6 @@ extends: ignorePatterns: - "**/dist/**" - "**/node_modules/**" - - ".cache/**" - - ".temp/**" - - "packages/*/lib/**" rules: padding-line-between-statements: @@ -85,17 +82,6 @@ overrides: leadingUnderscore: allow trailingUnderscore: allow - - selector: - - property - format: null - custom: - regex: (^/.*/$|^@|^[a-z]+(?:-[a-z]+)*?$) - match: true - # allow locales path like `/zh/`, alias starting with `@` and css property like `line-width` - filter: (^/.*/$|^@|^[a-z]+(?:-[a-z]+)*?$) - leadingUnderscore: allow - trailingUnderscore: allow - - selector: - property format: