Skip to content

Commit

Permalink
Merge 9f6b5f2 into 27b1ac0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Aug 11, 2019
2 parents 27b1ac0 + 9f6b5f2 commit 6ef0d62
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 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
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@typescript-eslint/parser": "^1.11.0",
"coveralls": "^3.0.4",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-prettier": "^3.1.0",
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 6ef0d62

Please sign in to comment.