eslint-plugin-jimdo-maverick

7.0.0 • Public • Published

eslint-plugin-jimdo-maverick

ESLint plugin for Jimdo Maverick apps

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-jimdo-maverick:

npm install eslint-plugin-jimdo-maverick --save-dev

Usage

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

{
  "plugins": ["jimdo-maverick"]
}

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

{
  "rules": {
    "jimdo-maverick/rule-name": 2
  }
}

Supported Rules

  • namespaces
    Verify that the namespace definitions for useAppTranslation and withMaverickServerSideProps match.

Package Sidebar

Install

npm i eslint-plugin-jimdo-maverick

Weekly Downloads

2

Version

7.0.0

License

ISC

Unpacked Size

13 kB

Total Files

6

Last publish

Collaborators

  • jimnpm