0.0.8 • Published 11 months ago

eslint-plugin-jlc v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

eslint-plugin-jlc

Preferences of eslint for jlc and jlc eda

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-jlc:

npm install eslint-plugin-jlc --save-dev

Usage

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

{
  "plugins": ["jlc"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "jlc/comments-need-space": 2
  }
}

Configurations

Name
āœ…recommended

Rules

šŸ’¼ Configurations enabled in.\ āœ… Set in the recommended configuration.

NameDescriptionšŸ’¼
always-camel-caseAlways camel case every thingāœ…
comments-need-spacecomments need spaceāœ…
kebab-casekebab case your file name and directory name.āœ…
no-thenNo then with promiseāœ…
prefer-template-literalprefer template literalāœ…
0.0.8

11 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago