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

4 years ago

1.6.27

4 years ago

1.6.26

4 years ago

1.6.25

4 years ago

1.6.24

4 years ago

1.6.23

4 years ago

1.5.15

4 years ago

1.4.14

4 years ago

1.4.13

4 years ago

1.3.13

4 years ago

1.2.11

4 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.1.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago