0.0.7 • Published 4 years ago

eslint-plugin-nkgrnkgr-react v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

eslint-plugin-nkgrnkgr-react

npm version Downloads/month

A template for ESLint plugins.

Installation

Use npm or a compatibility tool to install.

$ npm install --save-dev eslint eslint-plugin-nkgrnkgr-react

Requirements

  • Node.js v8.10.0 or newer versions.
  • ESLint v5.16.0 or newer versions.

Usage

Write your config file such as .eslintrc.yml.

plugins:
  - nkgrnkgr-react
rules:
  nkgrnkgr-react/example-rule: error

See also Configuring ESLint.

Configs

  • nkgrnkgr-react/recommended ... enables the recommended rules.

Rules

Stylistic Issues

Rule IDDescription
nkgrnkgr-react/enable-only-default-import-reactAn example rule.⭐️

Semantic Versioning Policy

This plugin follows Semantic Versioning and ESLint's Semantic Versioning Policy.

Development Tools

  • npm test runs tests and measures coverage.
  • npm version <TYPE> updates the package version. And it updates lib/configs/recommended.js, lib/index.js, and README.md's rule table. See also npm version CLI command.
  • npm run add-rule <RULE_ID> creates three files to add a new rule.
0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago