1.7.36 • Published 3 years ago

@iac-factory/eslint-settings v1.7.36

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
3 years ago

ESLint Settings

Overview

ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code, with the goal of making code more consistent and avoiding bugs. In many ways, it is similar to JSLint and JSHint with a few exceptions:

  • ESLint uses Espree for JavaScript parsing.
  • ESLint uses an AST to evaluate patterns in code.
  • ESLint is completely pluggable, every single rule is a plugin and you can add more at runtime.

Usage

npm install --save-dev @iac-factory/eslint-settings

Due to npm Markdown rendering, please see the example (.eslintrc.json) configuration.

Testing

The goal is to provide long-term support while limiting the manual requirements behind updating dependencies.

npm run test
1.7.33

3 years ago

1.7.34

3 years ago

1.7.36

3 years ago

1.6.29

3 years ago

1.6.31

3 years ago

1.6.32

3 years ago

1.6.28

3 years ago

1.6.27

3 years ago

1.6.26

3 years ago

1.6.25

3 years ago

1.6.24

3 years ago

1.6.23

3 years ago

1.5.15

3 years ago

1.4.14

3 years ago

1.4.13

3 years ago

1.3.13

3 years ago

1.2.11

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.1.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago