eslint-config-xo-angular

0.1.0 • Public • Published

eslint-config-xo-angular

ESLint shareable config for Angaulr to be used with eslint-config-xo

This is for advanced users. You probably want to use XO directly.

Install

$ npm install --save-dev eslint-config-xo eslint-config-xo-angular eslint-plugin-angular

Usage

Add some ESLint config to your package.json:

{
    "name": "my-awesome-project",
    "eslintConfig": {
        "extends": ["xo", "xo-angular"]
    }
}

Or to .eslintrc:

{
    "extends": ["xo", "xo-angular"]
}

You can also mix it with a sub-config:

{
    "extends": ["xo/esnext", "xo-angular"]
}

Related

License

MIT © Lucian Lature

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i eslint-config-xo-angular

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • lucianlature