eslint-plugin-waystone
v1.2.0
Published
Custom eslint rules for the Waystone project
Downloads
4
Readme
eslint-plugin-waystone
Installation
npm i -D eslint eslint-plugin-waystone
Usage
// .eslintrc.js
module.exports = {
extends: ['plugin:waystone/recommended'],
};
Configs
💼 Configurations enabled in.
✅ Set in the recommended
configuration.
🔧 Automatically fixable by the --fix
CLI option.
💡 Manually fixable by editor suggestions.
| Name | Description | 💼 | 🔧 | 💡 | | :----------------------------------------------------- | :-------------------------------------------------------------- | :-- | :-- | :-- | | enforce-use-client | Enforce components are appropriately labeled with 'use client'. | ✅ | 🔧 | 💡 |