You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
333 B
9 lines
333 B
6 years ago
|
根据经验,为避免ESLint出现依赖异常,最好先加-g全局安装一遍以下组件,再不带-g安装一遍
|
||
|
npm install eslint
|
||
|
npm install eslint-plugin-vue
|
||
|
npm install eslint-config-standard
|
||
|
npm install eslint-plugin-import
|
||
|
npm install eslint-plugin-node
|
||
|
npm install eslint-plugin-promise
|
||
|
npm install eslint-plugin-standard
|