eslint-config-nativeaxis
v1.2.4
Published
ESLint config by Native Axis
Readme
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-devyarn add eslint-config-nativeaxis -DThen add the following to your .eslintrc file:
{
"extends": ["nativeaxis"]
}