0.0.3 • Published 4 years ago

@joelsummerfield/eslint-config v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Coding Standards

A library that provides an eslint configuration for my prefered style and linting rules.

Usage

Install the library, and it's peer dependencies.

npm install --save-dev @joelsummerfield/eslint-config eslint eslint-plugin-import

Then create a top level .eslintrc file, and insert the following...

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

Then run the linter...

npx eslint eslint --ignore-path .gitignore ./src/**/*.js
0.0.3

4 years ago

0.0.2

4 years ago