5.0.1 • Published 10 months ago

@onbbu/eslint v5.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
10 months ago

Plugin eslint for onbbu framework

This library provides a set of functions to interact with eslint and onbbu

Getting started

Installation

use npm to install this package in your application as follows

npm install @onbbu/eslint 

pnpm install @onbbu/eslint
import eslint from "@onbbu/eslint"

async function main() {

  const path = "/home/insert/project/onbbu/framework/eslint"

  const { result, results } = await eslint(path)

  console.log({ result, results })
}

main()

Troubleshooting

Log an issue at https://discord.gg/dfNxBGqw