@sincronia/eslint-plugin

0.4.2-alpha.3 • Public • Published

@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",
    ]
  }
}; 

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i @sincronia/eslint-plugin

    Weekly Downloads

    0

    Version

    0.4.2-alpha.3

    License

    GPL-3.0

    Unpacked Size

    37.9 kB

    Total Files

    4

    Last publish

    Collaborators

    • jarrod.deboy
    • brandonsmith-nuvolo
    • jakeye-nuvolo
    • nuvolo-admin