[FE] WebStorm, ESLint: Trailing spaces not allowed

通过llama.cpp与羊驼聊天的网页界面- 详解 Serge 的启动使用

 

WebStorm 中搜索文件 .eslintrc.js

 

在里面的 rules 项中追加规则:

    'no-trailing-spaces' : ['off', 
        {
            'skipBlankLines': true,
            'ignoreComments': true,
        }
    ],

http://eslint.org/docs/rules/no-trailing-spaces

 

Link:https://www.cnblogs.com/farwish/p/13090864.html

posted on 2020-06-11 07:25  ercom  阅读(593)  评论(0编辑  收藏  举报