安装eslint

npm init -y

npm install eslint --save-dev

./node_modules/.bin/eslint --init 初始化配置文件

相关文章: