10.5.0 • Published 2 years ago

@starryinternet/eslint-config-starry v10.5.0

Weekly downloads
69
License
-
Repository
github
Last release
2 years ago

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"
}
10.5.0

2 years ago

10.2.0

3 years ago

10.3.0

3 years ago

10.4.0

3 years ago

10.1.0

3 years ago

10.0.0

4 years ago

9.2.0

4 years ago

9.1.1

4 years ago

9.1.0

4 years ago

9.0.4

4 years ago

9.0.3

4 years ago

9.0.2

4 years ago