gridstack.js/.bithoundrc

15 lines
186 B
Plaintext
Raw Normal View History

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