2.6.0 • Published 8 years ago

eslint-config-geekjuice v2.6.0

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

eslint-config-geekjuice

npm version Build Status

Personal ESLint configurations

Install

$ npm install --save-dev eslint eslint-config-geekjuice eslint-plugin-import

For the react version you'll also need the react plugin:

$ npm install --save-dev eslint-plugin-react

For the esnext versions you'll also need Babel's ESLint parser:

$ npm install --save-dev babel-eslint

This will let you use ES2016 features like async/await and decorators. For a full list of features see Babel's experimental features and their Learn ES2015.

Usage

Add some ESLint config to your package.json:

{
  "name": "my-awesome-project",
  "eslintConfig": {
    "extends": "geekjuice"
  }
}

Or to .eslintrc*:

{
  "extends": "geekjuice"
}

Configurations

geekjuice/base

Base configurations without ES2015

geekjuice(/server)?(/esnext)?

Node configurations with ES2015 or ES2015+

geekjuice/server/react(/esnext)?

Node configurations with React and ES2015 or ES2015+

geekjuice/browser(/esnext)?

Browser configurations with ES2015 or ES2015+

geekjuice/browser/react(/esnext)?

Browser configurations with React and ES2015 or ES2015+

License

MIT © Nicholas Hwang

2.6.0

8 years ago

2.5.0

8 years ago

2.4.0

8 years ago

2.3.10

9 years ago

2.3.9

9 years ago

2.3.8

9 years ago

2.3.7

9 years ago

2.3.6

9 years ago

2.3.5

9 years ago

2.3.4

9 years ago

2.3.3

9 years ago

2.3.2

9 years ago

2.3.1

9 years ago

2.3.0

9 years ago

2.2.0

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.6.0

9 years ago

1.5.1

9 years ago

1.5.0

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago

0.0.1

9 years ago