1.1.4 • Published 7 years ago

@ahmadnassri/eslint-config v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

ESLint Config

License version Build Status

my own .eslintrc as an extensible shared config

Usage

1. add to .eslintrc

{
  "extends": "@ahmadnassri/eslint-config"
}

2. install globally

npm install -g @ahmadnassri/eslint-config

3. run!

cli
npx eslint .
git hooks
echo -e '#!/bin/bash\nnpx eslint .' > .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit
editors

editors with built-in eslint features, (e.g. Visual Studio Code) usually depend on globally installed packages


Author: Ahmad Nassri  Github: @ahmadnassri  Twitter: @AhmadNassri

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago