Skip to content

Commit 1c60a68

Browse files
committed
updo
1 parent 529f3e8 commit 1c60a68

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ export default [
2222
reactConfig,
2323
{
2424
rules: {
25+
'no-warning-comments': ['warn', { terms: ['note'], location: 'anywhere' }],
26+
'@typescript-eslint/strict-boolean-expressions': ['off'],
2527
'@eslint-react/no-array-index-key': ['off'],
2628
'@typescript-eslint/no-misused-promises': ['off'],
2729
},

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
export * from '@xyo-network/react-modules'
22
export * from '@xyo-network/react-plugins'
33
export * from '@xyo-network/react-sdk'
4+
5+
/* NOTE: Re-enable @typescript-eslint/strict-boolean-expressions rule in eslint config and fix all issues */
6+
/* NOTE: Update no-warning-comments rule in eslint config to warn on "TODO" comments */

0 commit comments

Comments
 (0)