An open API service indexing awesome lists of open source software.

https://github.com/yash-singh1/nocodelint

Linter for `nocode`
https://github.com/yash-singh1/nocodelint

Last synced: 3 months ago
JSON representation

Linter for `nocode`

Awesome Lists containing this project

README

        

# `nocodelint`

A linter for `nocode`.

## Installation

```sh
npm install nocodelint
```

## Usage

```js
const nocodelint = require('nocodelint');

nocodelint(''); // true
nocodelint('oof'); // false
```