lilishop-uniapp/node_modules/popper.js/.jshintrc

23 lines
389 B
Plaintext
Raw Normal View History

2021-05-13 11:03:32 +08:00
{
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"node": true,
"sub": true,
"undef": true,
"unused": true,
"browser": true,
"latedef": false,
"globals": {
"_": true,
"define": true,
"root": true,
"factory": true
}
}