non-jquery autocomplete, needs more keyboard integration
This commit is contained in:
parent
e2d7a96971
commit
c7eb56f60c
13 changed files with 385 additions and 10897 deletions
|
|
@ -4,7 +4,6 @@ module.exports = {
|
|||
commonjs: true,
|
||||
es6: true,
|
||||
node: true,
|
||||
jquery: true,
|
||||
},
|
||||
extends: [
|
||||
'airbnb-base',
|
||||
|
|
@ -29,8 +28,8 @@ module.exports = {
|
|||
indent: [
|
||||
'error',
|
||||
'tab',
|
||||
{
|
||||
SwitchCase: 1
|
||||
{
|
||||
SwitchCase: 1,
|
||||
},
|
||||
],
|
||||
'no-tabs': 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue