2016-11-24 15:47:41 -05:00
|
|
|
{
|
|
|
|
|
"env": {
|
|
|
|
|
"jasmine": true
|
|
|
|
|
},
|
|
|
|
|
"globals": {
|
|
|
|
|
"Parse": true,
|
|
|
|
|
"reconfigureServer": true,
|
|
|
|
|
"createTestUser": true,
|
|
|
|
|
"jfail": true,
|
|
|
|
|
"ok": true,
|
|
|
|
|
"strictEqual": true,
|
|
|
|
|
"TestObject": true,
|
|
|
|
|
"Item": true,
|
|
|
|
|
"Container": true,
|
|
|
|
|
"equal": true,
|
2019-05-24 16:42:27 -05:00
|
|
|
"expectAsync": true,
|
2016-11-24 15:47:41 -05:00
|
|
|
"notEqual": true,
|
2023-10-18 16:39:41 -04:00
|
|
|
"it_id": true,
|
2017-10-26 16:23:27 -04:00
|
|
|
"it_only_db": true,
|
2021-02-07 23:16:46 +01:00
|
|
|
"it_only_mongodb_version": true,
|
2021-10-31 15:49:03 -04:00
|
|
|
"it_only_postgres_version": true,
|
2022-05-06 22:31:30 +02:00
|
|
|
"it_only_node_version": true,
|
2021-02-07 23:16:46 +01:00
|
|
|
"fit_only_mongodb_version": true,
|
2022-05-06 22:31:30 +02:00
|
|
|
"fit_only_node_version": true,
|
2021-02-07 23:16:46 +01:00
|
|
|
"it_exclude_mongodb_version": true,
|
2021-10-31 15:49:03 -04:00
|
|
|
"it_exclude_postgres_version": true,
|
2021-02-07 23:16:46 +01:00
|
|
|
"fit_exclude_mongodb_version": true,
|
2022-05-06 22:31:30 +02:00
|
|
|
"fit_exclude_node_version": true,
|
2016-11-24 15:47:41 -05:00
|
|
|
"it_exclude_dbs": true,
|
|
|
|
|
"describe_only_db": true,
|
2024-01-15 15:44:49 +01:00
|
|
|
"fdescribe_only_db": true,
|
2017-03-20 12:58:36 -04:00
|
|
|
"describe_only": true,
|
2016-11-24 15:47:41 -05:00
|
|
|
"on_db": true,
|
|
|
|
|
"defaultConfiguration": true,
|
|
|
|
|
"range": true,
|
|
|
|
|
"jequal": true,
|
|
|
|
|
"create": true,
|
2019-06-19 17:19:47 -07:00
|
|
|
"arrayContains": true,
|
2022-12-22 01:30:13 +11:00
|
|
|
"databaseAdapter": true,
|
|
|
|
|
"databaseURI": true
|
2016-11-24 15:47:41 -05:00
|
|
|
},
|
|
|
|
|
"rules": {
|
2018-02-17 09:55:30 -05:00
|
|
|
"no-console": [0],
|
|
|
|
|
"no-var": "error"
|
2016-11-24 15:47:41 -05:00
|
|
|
}
|
2016-12-01 18:45:49 -08:00
|
|
|
}
|