Skip to content

Commit

Permalink
fix(eslint-config): disable member-ordering in loose config
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Nov 5, 2019
1 parent cbe619b commit e118451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/loose.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
extends: ['@1stg/eslint-config/recommended'],
rules: {
'@typescript-eslint/member-ordering': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/no-floating-promises': 0,
'@typescript-eslint/no-magic-numbers': 0,
Expand Down

0 comments on commit e118451

Please sign in to comment.