1.0.8 • Published 6 years ago

@yproximite/eslint-config-base v1.0.8

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

eslint-config-base

npm (scoped) Build Status

ESLint base configuration for our projects.

Features

  • Configure ESLint environments to browser and es6
  • Configure ESLint to parse JavaScript code as ES6 code
  • Configure indentation to 2 spaces

Installation

$ yarn add --dev @yproximite/eslint-config-base eslint^5.8.0 babel-eslint@^10.0.0

Usage

Edit your ESLint configuration file with:

{
  "extends": ["@yproximite/base"]
}

Development workflow

You need to install some dependencies first:

$ yarn

Contribution

Publishing a new release

This is automatically done by Travis and semantic-release when you merge a pull request.

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 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