Skip to content

nok91/lint-config-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lint-config-setup

@nokon/eslint-config

Usage

    npm install @nokon/eslint-config --dev

Create the corresponding files and extend the configurations Eslint (.eslintrc):

    {
        "extends": [
            "@nokon/eslint-config"
        ],
    }
    const eslintConfig = require('@nokon/eslint-config');

@nokon/prettier-config

Usage

    npm install @nokon/prettier-config --dev

Create the corresponding files and extend the configurations Prettier (.prettierrc):

    {
        "prettier": "@nokon/prettier-config"
    }
    const prettierConfig = require('@nokon/prettier-config');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published