@starryinternet/eslint-config-starry

10.5.0 • Public • Published

eslint-config-starry

Starry JavaScript Styleguide for ESLint.

Based heavily on Idiomatic.js, with some additional rules to enfore ES6 features like using let or const instead of var.

Usage

npm install @starryinternet/eslint-config-starry @starryinternet/eslint-plugin-starry --save-dev

Then drop an .eslintrc file in your project root that looks like this:

{
  "root": true,
  "extends": "@starryinternet/starry"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @starryinternet/eslint-config-starry

Weekly Downloads

42

Version

10.5.0

License

none

Unpacked Size

4.74 kB

Total Files

5

Last publish

Collaborators

  • kevincennis
  • spmurrayzzz