1.2.0 • Published 1 year ago

eslint-plugin-waystone v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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-clientEnforce components are appropriately labeled with 'use client'.🔧💡
1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

2 years ago