UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 214 B
module.exports = { rules: { /** * 必须使用 pure function * @category React * @reason 没必要限制 */ 'react/prefer-stateless-function': 'off' } };