0.8.0 • Published 9 months ago

eslint-plugin-optimics v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Optimics eslint plugin

This plugin was created to match extra rules that are not available in classic eslint rules.

Installation

npm install --save-dev eslint-plugin-optimics

Configuration

Add this to your .eslintrc

{
  "plugins": ["optimics"],
  "extends": ["plugin:optimics/recommended"]
}

Rules

boolean-shortcuts

Tracks incomprehensible shortcuts like!0, !1, !false, !true and replaces them with the default boolean notations: true or false.

0.8.0

9 months ago

0.7.0

10 months ago

0.6.0

10 months ago

0.5.8

1 year ago

0.5.6

1 year ago

0.5.4

2 years ago

0.5.3

2 years ago