eslint 初始化

具体解释

https://www.jianshu.com/p/48a7a6e766c4

我的选择

? How would you like to use ESLint?   // 你想怎样使用eslint
	- To check syntax, find problems, and enforce code style  // 检查语法、发现问题并执行代码样式
? What type of modules does your project use?  // 您的项目使用什么类型的模块?
	- JavaScript modules (import/export)
? Which framework does your project use? // 项目中使用的什么框架?
	- Vue.js
? Does your project use TypeScript? 
	- No
? Where does your code run?  // 你的代码运行在什么地方?(多选)
 	- Browser
? How would you like to define a style for your project?   // 您想如何为您的项目定义一个样式?
	- Answer questions about your style // 回答关于你的风格的问题
? What format do you want your config file to be in?   // 您希望配置文件的格式是什么?
	- JavaScript
? What style of indentation do you use?  // 你用什么来进行缩进
	- Tabs
? What quotes do you use for strings?  // 字符串用什么引号?
	- Double // 双引号
? What line endings do you use?  // 你使用什么线条结尾
	- Windows 
? Do you require semicolons? // 你需要分号吗?
	- Yes

? What line endings do you use? Window
上一篇:【node版本升级后,node-sass也需重新升级】Node Sass could not find a binding for your current environment


下一篇:Anaconda虚拟环境管理