eslint-plugin-artistco

Artistco specific linting rules for ESLint

Usage no npm install needed!

<script type="module">
  import eslintPluginArtistco from 'https://cdn.skypack.dev/eslint-plugin-artistco';
</script>

README

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