Skip to content

Commit

Permalink
style: max-class-per-file
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodluckhf committed Aug 11, 2019
1 parent eb07972 commit 9f6b5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
},
rules: {
'no-console': 'off',
'max-classes-per-file': 'off',
'import/no-extraneous-dependencies': 'off',
'no-new': 'off',
'@typescript-eslint/no-var-requires': 'off',
Expand Down
1 change: 1 addition & 0 deletions src/instance-wrappers/class-instance-wrapper.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable max-classes-per-file */
import { InstanceWrapper, InstanceWrapperArguments } from './instance-wrapper';
import { ClassType, DependencyInterface } from '../internal-types';

Expand Down

0 comments on commit 9f6b5f2

Please sign in to comment.