0.0.5 • Published 13 days ago

@urland/eslint-config v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
13 days ago

前端代码统一规范Eslint配置管理包

使用指南

yarn add -D @urland/eslint-config 或 npm i -D @urland/eslint-config

在.eslintrc.js中引入配置
module.exports = {
  extends: ['@urland/eslint-config'],
};

注意事项

1、WebStorm开发需要大于2022.2.1版本
  Eslint 8.23.0及更高版本,在WebStorm 2022.2.1中及更低版本中开发会出现
  TypeError: this.libOptions.parse is not a function 错误。