Skip to content

Commit

Permalink
chore: adjust namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 6, 2022
1 parent 651a5ae commit c544be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/typescript/index.js
Expand Up @@ -106,8 +106,8 @@ module.exports = {
'lines-between-class-members': 'off',
'@typescript-eslint/lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: true }],

// antfu
'antfu/generic-spacing': 'error',
// ow3
'ow3/generic-spacing': 'error',

// The following rule overrides require a parser service, aka. require a `typescript.json` path.
// This needs to be done individually for each project, and it slows down linting significantly.
Expand Down

0 comments on commit c544be4

Please sign in to comment.