mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-16 04:55:11 +00:00
12 lines
172 B
Plaintext
Executable File
12 lines
172 B
Plaintext
Executable File
{
|
|
"extends": ".jshintrc",
|
|
"globals": {
|
|
"describe": true,
|
|
"it": true,
|
|
"before": true,
|
|
"beforeEach": true,
|
|
"after": true,
|
|
"afterEach": true
|
|
}
|
|
}
|