This package has been deprecated

Author message:

This package has been deprecated in favor of standard rules like eslint:recommended

eslint-config-artcom

0.12.2 • Public • Published

Deprecated: This package has been deprecated in favor of standard rules like eslint:recommended

ESLint configurations used at ART+COM

Usage

  • Install package and peer dependencies: npm install --save-dev eslint-config-artcom eslint eslint-plugin-import
  • Pick a configuration
  • Configure ESLint, e.g. using .eslintrc.json: { "extends": "<config>" }

Configurations

This package provides two different configurations:

Base Configuration

Base configuration for ES2015 projects. Mainly used in back end projects.

{ "extends": "artcom" }

Mocha Configuration

For unit tests using Mocha.

{ "extends": "artcom/mocha" }

/eslint-config-artcom/

    Package Sidebar

    Install

    npm i eslint-config-artcom

    Weekly Downloads

    10

    Version

    0.12.2

    License

    MIT

    Unpacked Size

    4.87 kB

    Total Files

    4

    Last publish

    Collaborators

    • d-lin
    • j-era
    • becks-artcom
    • utileetdulce