Skip to content

Commit

Permalink
chore: update npm packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Sep 4, 2019
1 parent fd6800b commit 43218b2
Show file tree
Hide file tree
Showing 5 changed files with 561 additions and 223 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ module.exports = {
'no-continue': 'off',
'no-console': [ 'warn', { allow: ['warn', 'error'] } ],
'class-methods-use-this' : 'off',
'arrow-parens': ['error', 'as-needed', { 'requireForBlockBody': true }],
'max-classes-per-file': ['error', 3],
},
"globals": {
"__DEBUG__": false
Expand Down
1 change: 1 addition & 0 deletions examples/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
'no-mixed-operators': ['error', { allowSamePrecedence: true }],
'prefer-template': 'off',
'prefer-rest-params': 'off',
'arrow-parens': ['error', 'as-needed', { 'requireForBlockBody': true }],

// deactivated rules for `examples/`
'no-console': 'off',
Expand Down
Loading

0 comments on commit 43218b2

Please sign in to comment.