0.3.2 • Published 6 years ago

vclabs-code-style v0.3.2

Weekly downloads
126
License
MIT
Repository
github
Last release
6 years ago

code-style

VC Lab's code style repo.

Getting Started

  1. In your project, install vclabs-code-style as a dev dependency:

    yarn add -D vclabs-code-style
  2. In the root of your project, create a .eslintrc.yml file with the following content:

    extends:
      - './node_modules/vclabs-code-style/<choose-your-file>.yml'
    parser: babel-eslint

    The available templates are:

    • eslint-es6.yml: Plain ES6 rules.
    • eslint-es6-react.yml: The above, plus React-specific rules.
    • eslint-react-a11y.yml: The above, plus a11y-specific rules.
  3. In your project, install eslint as a dev dependency:

    yarn add -DE eslint
0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago