0.3.0 • Published 7 years ago

@songkick/eslint-config-songkick v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

songick-eslint-config

A base configuration for ESLinting our JavaScript projects.

Base Rules:

  • use strict is not allowed, because when the app is wrapped with Babel it will have this added.
  • debugger; statements are errors.
  • indent must be 2 spaces, and indentation is enforced within switch statements.
  • quotes must be single quotes, and template literals are also allowed.
  • max-len must be no more than 120 characters
  • linebreak-style is set to unix.

Environments

  • browser and node environments are enabled

Plugins:

Extends

We also extend from some other configurations:

  • plugin:jasmine/recommended
  • plugin:import/errors
  • plugin:import/warnings

Parser

babel-eslint is used as the parser.

0.3.0

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago