vue2/test/unit/.eslintrc

15 lines
218 B
Plaintext
Raw Permalink Normal View History

2016-04-26 00:58:37 +08:00
{
"env": {
"jasmine": true
},
"globals": {
2016-05-27 01:54:37 +08:00
"waitForUpdate": true,
"triggerEvent": true,
2016-05-25 14:43:12 +08:00
"createTextVNode": true
},
"plugins": ["jasmine"],
"rules": {
"jasmine/no-focused-tests": 2
2016-04-26 00:58:37 +08:00
}
}