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

https://github.com/charmander/eslint-sandboxed

a work in progress
https://github.com/charmander/eslint-sandboxed

eslint javascript linter

Last synced: 2 months ago
JSON representation

a work in progress

Awesome Lists containing this project

README

          

This is a limited version of ESLint sandboxed with seccomp-bpf.

```shell
make
npm install --ignore-scripts --global-style
node bundler.js
node cli.js --stdin --config .eslintrc.json --no-eslintrc < input.js
```