ecomfe / fecs

Front End Code Style Suite
http://fecs.baidu.com/
643 stars 115 forks source link

.fecsrc 中fecs-indent关不掉 #357

Open tjpanda88 opened 5 years ago

tjpanda88 commented 5 years ago
eslint:
    globals:
        layui: true
    rules:
        indent: "2"
        fecs-indent: 0

我想在.fecsrc文件中把fecs-indent中关掉,可是一直不生效

tjpanda88 commented 5 years ago

在代码中添加/ eslint-disable fecs-indent /是可以关掉的,不过我想全局关掉这个规则