1.7.36 • Published 2 years ago

@iac-factory/eslint-settings v1.7.36

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
2 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

2 years ago

1.7.34

2 years ago

1.7.36

2 years ago

1.6.29

2 years ago

1.6.31

2 years ago

1.6.32

2 years ago

1.6.28

2 years ago

1.6.27

2 years ago

1.6.26

2 years ago

1.6.25

2 years ago

1.6.24

2 years ago

1.6.23

2 years ago

1.5.15

2 years ago

1.4.14

2 years ago

1.4.13

2 years ago

1.3.13

2 years ago

1.2.11

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.1.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago