This package has been deprecated

Author message:

WARNING: This project has been renamed to @rasmuslp/eslint-config. Please install it instead.

@rasmuslp/eslint-config-rasmuslp

1.1.0 • Public • Published

eslint-config-rasmuslp

CircleCI

This configuration is based on https://github.com/standard/eslint-config-standard, but with some notable changes:

  • indentation: tab
  • semi: required

And a few other tweaks.

Installation

Install eslint

$ npm install --save-dev eslint

Install this module, and the following dependencies:

$ npm install --save-dev https://github.com/rasmuslp/eslint-config-rasmuslp
$ npm install --save-dev eslint-config-standard eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node

Configure eslint in your project by extending this configuration in your local .eslintrc.json

{
    "root": true,
    "extends": "rasmuslp"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @rasmuslp/eslint-config-rasmuslp

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

4.98 kB

Total Files

7

Last publish

Collaborators

  • rasmuslp