0.0.3 • Published 2 years ago

eslint-plugin-weapp2 v0.0.3

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

eslint-plugin-weapp2

a weapp eslint

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-weapp2:

npm install eslint eslint-plugin-weapp2 --save-dev
# pnpm install eslint eslint-plugin-weapp2 --save-dev

Usage

Add weapp to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "extends": ["eslint:recommended", "plugin:weapp2/recommended"]
}

Rules

šŸ’¼ Configurations enabled in.\ āœ… Set in the recommended configuration.\ šŸ”§ Automatically fixable by the --fix CLI option.

NameDescriptionšŸ’¼šŸ”§
componentę£€ęŸ„ē»„ä»¶ēš„ properties å±žę€§ę˜Æå¦č§„čŒƒāœ…šŸ”§
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago