0.3.0 • Published 8 years ago

@songkick/eslint-config-songkick v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago