Looking for job security without doing all the hard work? Look no further! Transform your codebase into sarcasticase, so that no one else understands your code.
❌ PascalCase
❌ snake_case
❌ camelCase
❌ kebab-case
✅ sArCaStIcAsE
Install the package:
npm i git://github.com/gaauwe/eslint-plugin-sarcasticase.git --save-dev
Include the plugin in your .eslintrc config:
{
"plugins": ["sarcasticase"],
"rules": {
"sarcasticase/naming-convention": "error"
}
}
Supports fixing all existing variables by running eslint --fix