Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
320 B
21 lines
320 B
3 years ago
|
{
|
||
|
"rules": {
|
||
|
"no-unused-vars": 0,
|
||
|
"quotes": 0,
|
||
|
"no-shadow": 0,
|
||
|
"no-irregular-whitespace": 0,
|
||
|
"no-console": 0,
|
||
|
"no-extend-native": 0
|
||
|
},
|
||
|
"env": {
|
||
|
"mocha": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"expect": false,
|
||
|
"sinon": false,
|
||
|
"happen": false,
|
||
|
"Hand": false,
|
||
|
"takeScreenshot"
|
||
|
}
|
||
|
}
|