$ npm install eslint-plugin-underscore-to-lodash --save-dev 注意:如果您全局安装了 ESLint(使用-g标志),那么您还必须安装eslint-plugin-underscore-to- lodash全局。 Usage 将underscore-to-lodash添加到.eslintrc配置文件的插件部分。 您可以省略eslint-plugin-前缀: {"plugins":["underscore-to-lodash"]}...
$ npm install eslint-plugin-underscore-lodash-compatibility --save-dev 注意:如果您全局安装了 ESLint(使用-g标志),那么您还必须全局安装eslint-plugin-underscore-lodash-compatibility。 Usage 将underscore-lodash-compatibility添加到.eslintrc配置文件的插件部分。 您可以省略eslint-plugin-前缀: {"plugins":["...