@operation_code/eslint-plugin-custom-rules

Custom ESLint Rules for Operation Code Projects

Usage no npm install needed!

<script type="module">
  import operationCodeEslintPluginCustomRules from 'https://cdn.skypack.dev/@operation_code/eslint-plugin-custom-rules';
</script>

README

eslint-plugin-custom-rules

Custom ESLint Rules for Operation Code Projects.

Installation

yarn add --dev @operation_code/eslint-plugin-custom-rules

Usage

Add @operation_code/custom-rules to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["@operation_code/custom-rules"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "@operation_code/custom-rules/proptype-definition-above-fn": "error"
  }
}

Supported Rules

  • proptype-definition-above-fn