文章列表项目管理编写规范ESLintOn this pageESLint基础使用安装# 本地安装npm i eslint -D初始化# 初始化 生成 .eslintrc.js 配置文件npx eslint --init配置文件// .eslintrc.js