1.0.7 • Published 3 years ago

@nokon/eslint-config v1.0.7

Weekly downloads
7
License
ISC
Repository
github
Last release
3 years ago

@nokon/eslint-config

Usage

    npm install @nokon/eslint-config --dev

Create the corresponding files and extend the configurations Eslint (.eslintrc): ref: https://eslint.org/docs/developer-guide/shareable-configs

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