Skip to content

ESLint plugin to ensure best usage of Miranda Design System

Notifications You must be signed in to change notification settings

loadsmart/miranda-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miranda-linter

The purpose is to ensure Miranda design system is adopted in a standardized way instead of using pure HTML elements

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @loadsmart/eslint-config-miranda-linter:

npm install @loadsmart/eslint-config-miranda-linter --save-dev

Usage

Add @loadsmart/eslint-config-miranda-linter to the extends section of your .eslintrc configuration file. You can omit the eslint-config- prefix:

{
    "extends": [
        "@loadsmart/eslint-config-miranda-linter"
    ]
}

About

ESLint plugin to ensure best usage of Miranda Design System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published