Skip to content

timqha/eslint-plugin-getsize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-getsize

simple plugin for react-native get size for different screen sizes.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-getsize:

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

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-getsize globally.

Usage

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

{
    "plugins": [
        "getsize"
    ]
}

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

{
    "rules": {
        "getsize/need-get-font-size-scale-factor": 2
    }
}

Supported Rules

  • Fill in provided rules here

    • need-get-font-size-scale-factor - checks that all font sizes are with scale factor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published