@iac-factory/eslint-settings

1.7.36 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @iac-factory/eslint-settings

Weekly Downloads

1

Version

1.7.36

License

BSD-3-Clause

Unpacked Size

208 kB

Total Files

55

Last publish

Collaborators

  • segmentational