UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 123 B
module.exports = { rules: { /** * 限制文件后缀 */ 'react/jsx-filename-extension': 'off', }, };