A DIY blog platform for wizards and muggles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
347 B

{ "node": true
, "browser": true
, "jquery": true
, "indent": 2
, "onevar": true
, "laxcomma": true
, "laxbreak": true
, "eqeqeq": true
, "immed": true
, "undef": true
, "unused": true
, "latedef": true
, "globals": { "angular": true }
, "bitwise": true
, "curly": true
, "forin": true
, "freeze": true
, "immed": true
, "funcscope": false
}