摘要: webstorm 编辑器自动格式化配置: plugin webstorm设置搜eslintr、eslint、stylelint,如果没有,搜plugin,安装prettier、eslint、stylelint File watchs 设置里搜File watchs,增加prettier,打钩开启自动 阅读全文
posted @ 2020-09-22 13:54 蓓蕾心晴 阅读(1135) 评论(0) 推荐(0) 编辑
摘要: eslint学习 配置文件:.eslintrc.js 常见配置字段 module.exports = { 'parser':'esprima', 'env': { 'browser': true, 'es6': true, }, 'extends': [ 'airbnb', ], 'globals' 阅读全文
posted @ 2020-09-22 13:40 蓓蕾心晴 阅读(3326) 评论(0) 推荐(0) 编辑