Skip to content

morphatic/eslint-plugin-cubejs

Repository files navigation

eslint-plugin-cubejs

Build Status Coverage Statussemantic-release GitHub issues GitHub license

A plugin to enable ESLint for CubeJS projects.

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-cubejs:

npm install eslint-plugin-cubejs --save-dev

Usage

Add cubejs to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["cubejs"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "cubejs/rule-name": 2
  }
}

Supported Rules

  • Fill in provided rules here

About

A plugin to enable ESLint (https://eslint.org) for CubeJS (https://cube.dev) projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published