@faasjs/linter
v0.0.4-beta.14
Published
[![License: MIT](https://img.shields.io/npm/l/@faasjs/linter.svg)](https://github.com/faasjs/faasjs/blob/main/packages/faasjs/linter/LICENSE) [![NPM Stable Version](https://img.shields.io/npm/v/@faasjs/linter/stable.svg)](https://www.npmjs.com/package/@fa
Downloads
6
Readme
@faasjs/linter
Biome rules.
Install
npm install @faasjs/linter --save-dev
Create biome.json
to config the linter:
{
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
"extends": ["./node_modules/@faasjs/linter/biome.json"]
}
Usage
npm exec biome check .