eslint-plugin-no-shit
Version:
Disallow ⚠️ use of offensive 💪 language 💯
45 lines (34 loc) • 1.15 kB
JavaScript
/**
* @fileoverview aaaaaaaaaaaaaaaaaa
* @author Jakub Sadura
*/
;
//------------------------------------------------------------------------------
// 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
};
}
};