@unitsix/eslint-config-essix

1.0.0 • Public • Published

npm version Build Status

eslint-config

Based on instructions here: Shared ESLint config

Define all of your rules here and just extend this in your project.

Installation

npm install @unitsix/eslint-config-essix

Usage

npm install --save-dev eslint-config

Then, extend @unitsix/eslint-config-essix in your .eslintrc:

{
  "@unitsix/eslint-config-essix"
}

Tests

N/A

Deploy

With Make

make publish-patch or make publish-minor or make publish-major

Without Make

npm version patch -m "Version %s - add sweet badges"

%s = the new version number.

This command will bump the version number in package.json, add a new commit, and tag it with this release number.

Note: Your Git working directory has to be clean before you can run npm version.

After bumping the version number

git push && git push --tags (or git push origin master --tags)
npm publish

/@unitsix/eslint-config-essix/

    Package Sidebar

    Install

    npm i @unitsix/eslint-config-essix

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    7.02 kB

    Total Files

    8

    Last publish

    Collaborators

    • unitsix