gridstack.js/.bithoundrc

15 lines
185 B
Plaintext
Raw Normal View History

2016-03-02 14:49:41 +01:00
{
"ignore": [
"dist/**",
"**/node_modules/**",
"**/bower_components/**"
"**/demo/**",
"**/coverage/**"
],
"test": [
"**/spec/**"
],
"critics": {
"lint": "jshint"
}
2016-03-02 14:44:29 +01:00
}