0.4.2-alpha.3 • Published 3 years ago

@sincronia/eslint-plugin v0.4.2-alpha.3

Weekly downloads
42
License
GPL-3.0
Repository
github
Last release
3 years ago

@sincronia/eslint-plugin

Overview

This plugin allows you to run the ESLint checker on files.

Installation

npm i -D @sincronia/eslint-plugin

Order of Configurations

  1. Load from sinc.config.js options.
  2. Check for .eslintrc file or generate one.

Example Usage

This example takes .ts files and runs eslint on them. The output with errors and warnings is printed on the console. If there are any errors the code is not pushed.

//sinc.config.js
module.exports={
  rules:{
    match:/\.ts$/,
    plugins:[
      name:"@sincronia/eslint-plugin",
    ]
  }
}; 
0.4.2-alpha.3

3 years ago

0.4.2-alpha.2

3 years ago

0.4.2-alpha.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.10-alpha.2

4 years ago

0.3.10-alpha.1

4 years ago

0.3.10-alpha.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.2

5 years ago