Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gearonix committed Oct 6, 2023
1 parent 55887d2 commit 8fdd234
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ module.exports = grnx({
root: __dirname,
tsconfig: 'tsconfig.base.json',
monorepo: true,
enableImports: false,
ext: {
// 'import/export': 'off',
// 'import/no-default-export': 'off',
// 'import/no-self-import': 'off',
'max-len': 'off'
}
})

1 comment on commit 8fdd234

@gearonix
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hell yeah!

Please sign in to comment.