随笔分类 -  eslint

eslint经验积累
摘要://ESLint 4.5.0,参考了eslint官方以及alloyteam团队配置 module.exports = { parser: 'babel-eslint', parserOptions: { ecmaVersion: 2017, sourceType: 'module', ecmaFea 阅读全文
posted @ 2020-03-19 19:15 ladybug7 阅读(462) 评论(0) 推荐(0)
摘要:在.eslintrc.js中配置: // add your custom rules here rules: { // no space before function name "space-before-function-paren": 0 } 阅读全文
posted @ 2020-02-04 07:43 ladybug7 阅读(3260) 评论(0) 推荐(1)