Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

form8ion/eslint-config-template

Repository files navigation

eslint-config

Shareable config for ESLint, which extends @form8ion/eslint-config

Build Status

Usage

npm MIT license

Using as your own

  1. Click the "Use this template" button above to create your own repository from this template
  2. Change the package name to use your own scope and not include the -template suffix
  3. Change the installation instructions to reference the correct name of your package
  4. Update all links and badges in the README.md to match your new repository and package names
  5. Remove this section from your new README.md

Installation

$ npm install @form8ion/eslint-config --save-dev

Contributing

Conventional Commits Commitizen friendly semantic-release PRs Welcome Greenkeeper badge

Dependencies

$ nvm install
$ npm install

Verification

$ npm test