This package has been deprecated

Author message:

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

eslint-plugin-artistco

0.0.1 • Public • Published

ESLint-plugin-Artistco

Maintenance Status NPM version Build Status Build Status Dependency Status Coverage Status Code Climate

Artistco specific linting rules for ESLint

Installation

Install ESLint either locally or globally.

$ npm install eslint  eslint-plugin-artistco --save-dev

Configuration

Add "artistco" to the plugins section.

{
  "plugins": [
    "artistco"
  ]
}

Enable the expected rules:

  "rules"{
    "artistco/injectintl": "error",
  }

List of supported rules

License

ESLint-plugin-Artistco is licensed under the MIT License.

Credits

This project has been boostraped using the awesome ESLint plugin for react by Yannick Croissant

Development with AST has been quite easier with AST Explorer

/eslint-plugin-artistco/

    Package Sidebar

    Install

    npm i eslint-plugin-artistco

    Weekly Downloads

    3

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    9.81 kB

    Total Files

    13

    Last publish

    Collaborators

    • svengau