0.0.5 • Published 3 years ago

@untile/eslint-config-untile v0.0.5

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

eslint-config-untile

Untile-flavored ESLint config.

Installation

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

Usage

Create an .eslintrc.yml file with the following:

extends: untile

Add the following script to your package.json:

{
  "scripts": {
    "lint": "eslint ."
  }
}

and run the linter with:

$ npm run lint

Releases

Be sure to have configured NPM_TOKEN in your globals.

npm version [<new version> | major | minor | patch] -m "Release %s"
git push origin master && git push --tags