Class: NoStandAloneAt
| Defined in: | node_modules/gulp-coffeelint/node_modules/coffeelint/src/rules/no_stand_alone_at.coffee | 
Variables Summary
- rule =
 - 
    
{ name: 'no_stand_alone_at', level: 'ignore', message: '@ must not be used stand alone', description: "This rule checks that no stand alone @ are in use, they are\ndiscouraged. Further information in CoffeScript issue <a\nhref=\"https://github.com/jashkenas/coffee-script/issues/1601\">" } - tokens =
 - 
    
['@'] 
Instance Method Summary
Instance Method Details
      #
(void)
lintToken(token, tokenApi)