https://github.com/vega/polestar
Raw File
Tip revision: 3497aa47764c0dbdf26cddf5017fbddf74509426 authored by Kanit Wongsuphasawat on 30 August 2016, 15:31:54 UTC
remove console.log
Tip revision: 3497aa4
.jshintrc
{
  "undef":   true,
  "unused":  true,
  "eqnull":  true,
  "freeze":  true,
  "noarg":   true,
  "node":    true,
  "browser": true,
  "mocha": true,
  "globalstrict":true,
  "indent": 2,
  "quotmark": "single",
  "undef": true,
  "globals": {
    "angular": false,
    // Angular Mocks
    "inject": false,
    // assert
    "expect": false
  }
}
back to top