nestable3
Version:
Drag & drop hierarchical list with mouse and touch compatibility
18 lines (17 loc) • 412 B
Plain Text
{
"extends": "eslint:recommended",
"rules": {
"no-unused-vars": ["error", { "args": "none" }],
"no-console": ["error", { "allow": ["warn"] }],
"keyword-spacing": "error",
"no-tabs": "error",
"semi": "error",
"no-trailing-spaces": "error"
},
"env": {
"browser": true
},
"globals": {
"Nestable": true
}
}