UNPKG

259 BJSONView Raw
1{
2 "overrides": [
3 /*
4 * Productive code and test code of sap.m has been cleaned up.
5 * No more references to the global jQuery allowed
6 */
7 {
8 "files": [
9 "src/**/*.js",
10 "test/**/*.js"
11 ],
12 "globals": {
13 "jQuery": "off"
14 }
15 }
16 ]
17}