Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Releases: atomixinteractions/eslint-config-base

v4.4

18 Oct 14:56
Compare
Choose a tag to compare

Changes

v4.3.2

13 Oct 20:40
v4.3.2
92715aa
Compare
Choose a tag to compare

Changes

  • aef44db Also exclude -1 magic number

v4.3.1

13 Oct 20:32
v4.3.1
22e3eb6
Compare
Choose a tag to compare

Changes

  • ad3c8a4 Also ignore magic number 0

v4.3

13 Oct 16:46
Compare
Choose a tag to compare

Changes

v4.2

13 Oct 16:33
Compare
Choose a tag to compare

Changes

  • 36c4c32 Ignore new lines between import groups
  • e01b9b4 Update dependencies
  • 57d0b6b Add descriptions for rules to readme

v4.1.0

23 Aug 09:12
v4.1.0
af4e91b
Compare
Choose a tag to compare

Changes

  • Updated dependencies: config-airbnb-base, eslint

v4.0 🏵

23 Aug 09:10
v4.0.0
d730a12
Compare
Choose a tag to compare

Changes

v3.1.0

29 Jul 15:56
v3.1.0
d16c45e
Compare
Choose a tag to compare

Changes

  • Added imports groups. Require empty line between import groups.

Groups order:

  1. node "builtin"s, "external" modules
  2. "internal" imports, modules from a "parent" directory
  3. "sibling" modules from the same or a sibling's directory, "index" of the current directory
import fs from 'fs'
import path from 'path'
import _ from 'lodash'
import chalk from 'chalk'

import foo from 'src/foo'
import foo from '../foo'
import qux from '../../foo/qux'

import bar from './bar'
import baz from './bar/baz'
import main from './'
  • Require 2 newlines after imports

v3.0.0 💥

29 Jul 15:50
v3.0.0
578e37f
Compare
Choose a tag to compare

Updates

  • eslint to v4
  • eslint-config-airbnb-base to 11.3.1
  • eslint-plugin-import to 2.7

v2.0.0 🍀

16 Jun 09:50
v2.0.0
dbb54d9
Compare
Choose a tag to compare

Changes