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.
8 lines
333 B
8 lines
333 B
根据经验,为避免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
|
|
|