Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Oct 10, 2023
1 parent 01fb361 commit 2a0d8bb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ extends:
ignorePatterns:
- "**/dist/**"
- "**/node_modules/**"
- ".cache/**"
- ".temp/**"
- "packages/*/lib/**"

rules:
padding-line-between-statements:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2a0d8bb

Please sign in to comment.