介尘部落

文学|音乐|休闲娱乐|计算机技术|地球科学|社会学——知识成就命运


Vue语法自动修复工具vuefix的使用

由于eslint插件机制不完善,在sublime中作为插件使用的时候最好执行两次 lint 查看结果。

参考了之前存在的npm插件 “eslint-plugin-vue”(Twiknight),感谢作者 –其只支持vue文件的错误提示,并没有fix的功能)

Installation

$ npm install eslint-plugin-vuefix --save-dev

需要与eslint使用同样的方式安装

Usage

在“.eslintrc” 文件中添加插件声明

{
    "plugins": [
        "vuefix"
    ]
}
阅读全文
公众号-介尘阅读时光
赞赏支持
,发布于 2017-05-18 08:42

0 Responses to “Vue语法自动修复工具vuefix的使用”

Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

×