1.2.4 • Published 7 years ago

eslint-config-nativeaxis v1.2.4

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

eslint-config-nativeaxis

This is an eslint config for Native Axis that defines JavaScript style rules. It mostly follows the Airbnb JavaScript Style Guide with some minor tweaks. It includes rules specific to Lodash and React.

Usage

Install:

npm i eslint-config-nativeaxis --save-dev
yarn add eslint-config-nativeaxis -D

Then add the following to your .eslintrc file:

{
  "extends": ["nativeaxis"]
}

See ESLint docs for more info.

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

8 years ago

1.0.0

8 years ago