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`
- Host: GitHub
- URL: https://github.com/yash-singh1/nocodelint
- Owner: Yash-Singh1
- License: mit
- Created: 2021-06-05T04:01:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T01:44:22.000Z (over 3 years ago)
- Last Synced: 2024-04-23T15:22:04.069Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```