1.0.2 • Published 6 years ago

eslint-beautify v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

特性

  • 鼠标点击快速定位到出错位置
  • 快速链接相关规则的中文说明
  • 显示出错行号及代码片断

安装

npm i eslint-beautify --save-dev
# or
yarn add eslint-beautify -D

用法

 // package.json
 ...
 "scripts": {
    "lint": "./node_modules/.bin/eslint src --format='./node_modules/eslint-beautify' --fix"
  }
  ...

webstorm中运行

npm 侧边工具栏

npm.io

run面版显示结果

npm.io

vscode中运行

npm.io