dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/rcloader/test/.jshintrc

10 lines
154 B
Text
Raw Normal View History

2016-09-11 09:29:13 +01:00
{
"extends": "../.jshintrc",
"strict": false,
"globals": {
"describe": true,
"it": true,
"beforeEach": true,
"afterEach": true
}
}