- updated bootstrap-datepicker to 1.9.0 - updated chart.js to 1.1.1 - updated ckeditor to 4.12.1 - updated jquery to 3.4.1 - updated raphael to 2.2.7 - updated select2 to 4.0.8
15 lines
156 B
JSON
15 lines
156 B
JSON
{
|
|
"root": true,
|
|
|
|
"extends": "../.eslintrc-browser.json",
|
|
|
|
"overrides": [
|
|
{
|
|
"files": "wrapper.js",
|
|
"globals": {
|
|
"jQuery": false
|
|
}
|
|
}
|
|
]
|
|
}
|