@easy-breezy/plugin-eslint
TypeScript icon, indicating that this package has built-in type declarations

2.0.45 • Public • Published

The plugin applies eslint to new and modified @easy-breezy/core files.

Installation

You'll first need to install @easy-breezy/core:

# npm
npm install @easy-breezy/core --save-dev

# yarn
yarn add @easy-breezy/core --dev

Next, install @easy-breezy/plugin-eslint:

# npm
npm install @easy-breezy/plugin-eslint --save-dev

# yarn
yarn add @easy-breezy/plugin-eslint --dev

Configuration

ESLint options https://eslint.org/docs/latest/integrate/nodejs-api#parameters

.easy-breezy/config.json

{
    // ...
    "plugins": {
        // ...
        "eslint": {
            // Path pattern
            "*": {
                // ESLint options https://eslint.org/docs/latest/integrate/nodejs-api#parameters
                "extensions": [
                    ".ts",
                    ".tsx"
                ],
                "fix": true
            }
        }
    },
}

After starting, just follow the instructions in the CLI

Package Sidebar

Install

npm i @easy-breezy/plugin-eslint

Weekly Downloads

358

Version

2.0.45

License

MIT

Unpacked Size

3.65 kB

Total Files

6

Last publish

Collaborators

  • lamo2k123