Browse Source

remove repeat rule

pull/2064/merge
愚道 8 years ago
committed by 偏右
parent
commit
8545d50641
  1. 1
      .eslintrc.js

1
.eslintrc.js

@ -16,7 +16,6 @@ module.exports = {
'react/jsx-wrap-multilines': 0,
'import/no-extraneous-dependencies': 0,
'consistent-return': 0,
'import/no-extraneous-dependencies': 0,
'react/prop-types': 0,
'jsx-a11y/click-events-have-key-events': 0,
'jsx-a11y/no-static-element-interactions': 0,

Loading…
Cancel
Save