1.3.0 • Published 2 years ago

eslint-plugin-spongebobcase v1.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

eslint-plugin-spongebobcase

sPoNgEbOb

This is an ESLint plugin that enforces variable naming in the format sPoNgEbObCaSe...

Installation

You can install this plugin via npm:

npm install eslint-plugin-spongebobcase --save-dev

Update your eslint rules:

module.exports = {
  ...
  plugins: ['eslint-plugin-spongebobcase'],
  rules: {
    'spongebobcase/sPoNgEbObCaSe': 'error',
  }
  ...
};

Support

If you like this, go add something to 24HourHomepage

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago