Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Sep 26, 2023
1 parent 86453ee commit 66f613b
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 115 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/bring-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
- windows-latest
- ubuntu-latest
node:
- 18.12.0
- 16.15.0
- current
- lts/*
- lts/-1
exclude:
- os: ubuntu-latest
node: 16.15.0
node: lts/-1
runs-on: ${{ matrix.os }}
steps:
- name: Run
Expand Down
5 changes: 4 additions & 1 deletion lib/handle-style/other.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ export const ruleOther = {
],
'selector-pseudo-element-colon-notation': 'double',
'selector-type-case': 'lower',
'value-keyword-case': 'lower',
'value-keyword-case': [
'lower',
{ ignoreFunctions: ['v-bind'], camelCaseSvgKeywords: true },
],
};
Loading

0 comments on commit 66f613b

Please sign in to comment.