Skip to content

Commit

Permalink
feat: more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Apr 21, 2024
1 parent 4e9b7fb commit b94dd92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configs/regexp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function regexp(): Promise<FlatConfigItem[]> {
"regexp/no-super-linear-backtracking": "error",
"regexp/no-trivially-nested-assertion": "error",
"regexp/no-trivially-nested-quantifier": "error",
"regexp/no-unused-capturing-group": "error",
"regexp/no-unused-capturing-group": "warn",
"regexp/no-useless-assertions": "error",
"regexp/no-useless-backreference": "error",
"regexp/no-useless-character-class": "error",
Expand Down
2 changes: 1 addition & 1 deletion src/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export async function vue(
"vue/html-indent": ["error", indent],
"vue/html-quotes": ["error", "double"],
// "vue/max-attributes-per-line": "off",
// "vue/multi-word-component-names": "off",
"vue/multi-word-component-names": "error",
// "vue/no-dupe-keys": "off",
"vue/no-empty-pattern": "error",
"vue/no-irregular-whitespace": "error",
Expand Down

0 comments on commit b94dd92

Please sign in to comment.