Skip to content

Commit

Permalink
chore: update .ncurc.cjs (#958)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
donniean and github-actions[bot] authored Aug 1, 2024
1 parent 4dd407e commit 92eec9c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .ncurc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
module.exports = {
reject: ['eslint', 'eslint-plugin-sonarjs', 'eslint-plugin-vitest'],
reject: [
'@types/eslint',
'@typescript-eslint/eslint-plugin',
'@typescript-eslint/parser',
'eslint',
'eslint-plugin-sonarjs',
'eslint-plugin-vitest',
],
};

0 comments on commit 92eec9c

Please sign in to comment.