UNPKG

argulint

Version:

Tired of your linter being nice to you? Want to be treated like the terrible developer you are? Welcome.

22 lines (20 loc) 713 B
// These messages are built for the stats log // As usual please follow the rules: // Rule #1: Nothing with the obvious "extreme" curse words. Small stuff like "hell" are okay // Rule #2: No straight out hate speech/derogitory remarks keep the insult obvious in it's jokey meaning // For instance: Don't mock someones Gender, Weight, or Sexuality (These are just 3 examples) // Rule #3: Please when adding new insults keep the arrays alphabetized module.exports = { errMsgs: [ 'Alright you\'re done get out.', 'Are you even trying?', 'Did we forget about an oopsie?', 'Seriously?', 'Uh oh!' ], fixableMsgs: [ 'Put me in coach!', 'I got this.', 'Leave it to the pros!' ] }