This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@untile/eslint-config-untile

0.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @untile/eslint-config-untile

Weekly Downloads

7

Version

0.0.5

License

MIT

Unpacked Size

28.7 kB

Total Files

12

Last publish

Collaborators

  • untile