# sc-eslint

> A small wrapper of eslint, pre-configured to StoneCypher's preferences. MIT licensed.

Latest version **1.3.7** (published 2015-10-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install sc-eslint
pnpm add sc-eslint
yarn add sc-eslint
bun add sc-eslint
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.7 |
| Published | 2015-10-11 |
| First published | 2014-11-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | John Haugeland |
| Maintainers | stonecypher |
| Keywords | ast, eslint, lint, linting, jshint, jslint, hint, hinting, gulp, task, StoneCypher |

## Links

- npm: https://www.npmjs.com/package/sc-eslint
- Repository: https://github.com/StoneCypher/sc-eslint
- Homepage: https://github.com/StoneCypher/sc-eslint#readme
- Issues: https://github.com/StoneCypher/sc-eslint/issues
- npm.io page: https://npm.io/package/sc-eslint

## Dependencies (2)

- [eslint](https://npm.io/package/eslint.md) *
- [gulp-shell](https://npm.io/package/gulp-shell.md) *

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 1.3.7 (latest) — 2015-10-11
- 1.2.99 — 2015-08-27
- 1.3.5 — 2015-08-03
- 1.3.4 — 2014-12-11
- 1.3.3 — 2014-12-11
- 1.3.2 — 2014-11-20
- 1.3.1 — 2014-11-11
- 1.3.0 — 2014-11-11
- 1.2.1 — 2014-11-10
- 1.2.0 — 2014-11-10
- 1.1.0 — 2014-11-10
- 1.0.1 — 2014-11-10
- 1.0.0 — 2014-11-10
- 0.2.4 — 2014-11-06
- 0.2.3 — 2014-11-06
- … 4 more at https://npm.io/package/sc-eslint/versions

## README

sc-eslint
=========

A small wrapper of eslint, pre-configured to StoneCypher's preferences

![Language](http://img.shields.io/badge/Language-Javascript/JSX-000000.svg) &nbsp;
![Platform](http://img.shields.io/badge/Platform-Node-000000.svg) &nbsp;
![License](http://img.shields.io/badge/License-MIT-000055.svg) &nbsp;
![Status](http://img.shields.io/travis/StoneCypher/sc-eslint.svg)

[![NPM Downloads](http://img.shields.io/npm/dm/sc-eslint.svg)](https://npmjs.org/package/sc-eslint)

![](https://nodei.co/npm/sc-eslint.png?stars=true&downloads=true)





What?
-----

This is two things:

1. drop and run `eslint -c node_modules/sc-eslint/sc-eslint-config.json *.js`
1. Trivially simple gulp task





Gulp task, you say?
-------------------

Trivially simple.

```javascript
var lint = require("sc-eslint");
var tgts = "gulpfile.js estask.js";

lint.gulpreg(gulp, { "targets" : tgts });
```

And now you have a gulp task named `lint`, which you may use like so:

```javascript
gulp.task('default', ['lint']);
```





Why?
----

Because this way, as [eslint](http://eslint.org/) gets stronger, as my preferences evolve, etc, all I need to do is to
keep one module up to date, then all dependents will be brought into line.

Which is pretty sweet, if you think about it.





But I have different preferences
--------------------------------

Great!  Don't we all?  `:)`  Make one for yourself!  Here's how:

1. [Fork this repo](https://github.com/StoneCypher/sc-eslint/fork)
1. Copy `sc-eslint-config.json` to your own config file
1. Change the contents - every rule is spelled out in that file
1. Change what `lrules` points to, if using the gulp task
1. Push your own repo and your own NPM module
1. Point back to these instructions, for others' sake





Polemic
=======

`sc-eslint` is MIT licensed, because viral licenses and newspeak language modification are evil. Free is only free when it's free for everyone.

---
_Source: https://npm.io/package/sc-eslint · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
