Skip to content

Instantly share code, notes, and snippets.

View jiangnan-ten's full-sized avatar
🎯
Focusing

Ten jiangnan-ten

🎯
Focusing
View GitHub Profile
@jiangnan-ten
jiangnan-ten / .eslintrc.js
Last active September 4, 2019 14:51
eslint vue规则配置
module.exports = {
root: true,
// 指定环境全局变量
env: {
browser: true
},
// 自定义的全局变量
globals: {
AMap: true,
noUiSlider: true,