更换后台UI,使用adminlteUI
This commit is contained in:
25
public/static/plugins/Sortable/.jshintrc
Normal file
25
public/static/plugins/Sortable/.jshintrc
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"strict": false,
|
||||
"newcap": false,
|
||||
"node": true,
|
||||
"expr": true,
|
||||
"supernew": true,
|
||||
"laxbreak": true,
|
||||
"esversion": 9,
|
||||
"white": true,
|
||||
"globals": {
|
||||
"define": true,
|
||||
"test": true,
|
||||
"expect": true,
|
||||
"module": true,
|
||||
"asyncTest": true,
|
||||
"start": true,
|
||||
"ok": true,
|
||||
"equal": true,
|
||||
"notEqual": true,
|
||||
"deepEqual": true,
|
||||
"window": true,
|
||||
"document": true,
|
||||
"performance": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user