Bower updates.
This commit is contained in:
parent
bfbdd675db
commit
13733b8857
73 changed files with 2451 additions and 1553 deletions
11
app/bower_components/jquery/src/.eslintrc.json
vendored
11
app/bower_components/jquery/src/.eslintrc.json
vendored
|
@ -1,5 +1,14 @@
|
|||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "../.eslintrc-browser.json"
|
||||
"extends": "../.eslintrc-browser.json",
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": "wrapper.js",
|
||||
"globals": {
|
||||
"jQuery": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue