UNPKG

eslint-plugin-no-shit

Version:
45 lines (34 loc) 1.15 kB
/** * @fileoverview aaaaaaaaaaaaaaaaaa * @author Jakub Sadura */ "use strict"; //------------------------------------------------------------------------------ // Rule Definition //------------------------------------------------------------------------------ module.exports = { meta: { docs: { description: "aaaaaaaaaaaaaaaaaa", category: "Fill me in", recommended: false }, fixable: null, // or "code" or "whitespace" schema: [ // fill in your schema ] }, create: function(context) { // variables should be defined here //---------------------------------------------------------------------- // Helpers //---------------------------------------------------------------------- // any helper functions should go here or else delete this section //---------------------------------------------------------------------- // Public //---------------------------------------------------------------------- return { // give me methods }; } };