mocha-extjs
Version:
ExtJs Test Framework for Mocha
23 lines (22 loc) • 417 B
Plain Text
{
"ignore": [
"**/node_modules/**",
"**/dist/**",
"**/test/sandbox/.sencha/**",
"**/test/sandbox/build/**",
"**/test/sandbox/ext/**",
"**/test/sandbox/*.js",
"**/test/sandbox/*.json",
"**/test/sandbox/*.css",
"**/test/sandbox/*.xml",
"**/test/sandbox/*.html"
],
"test": [
"**/test/suites/**"
],
"critics": {
"lint": {
"engine": "standard"
}
}
}