Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-buss committed Jun 14, 2024
1 parent 1af1f8d commit 83f342d
Show file tree
Hide file tree
Showing 3 changed files with 1,189 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,3 @@ jobs:

- name: Build
run: nr build

- name: Test
run: nr test
2 changes: 1 addition & 1 deletion src/configs/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export async function comments(): Promise<Array<TypedFlatConfigItem>> {
"eslint-comments/no-unused-enable": "error",
"eslint-comments/require-description": "error",

"multiline-comment-style": ["error", "separate-lines"],
"no-inline-comments": "error",
"style/multiline-comment-style": ["error", "separate-lines"],
},
},
];
Expand Down
Loading

0 comments on commit 83f342d

Please sign in to comment.