Skip to content

Commit

Permalink
Disable max-classes-per-file rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Aug 23, 2021
1 parent 475f03b commit 1569dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ module.exports = {
// This level of this configuration contains rules which apply only to TypeScript. It also contains rules that
// are meant to override options or disable rules in the base configurations (there are no more base
// configurations in the subsequent overrides).
'max-classes-per-file': 'off',

// Disallow invocations of require(). This will help make imports more consistent and ensures a smoother
// transition to the best future syntax. And since this rule affects TypeScript, which is compiled, there's
Expand Down

0 comments on commit 1569dc1

Please sign in to comment.