0.0.2 • Published 1 month ago

eslint-angular-devneonix v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

ESLINT ANGULAR DEVNEONIX

Hi everyone this tool is a eslint extension for angular projects.

Instalation

Terminal

$ npm install -D eslint-angular-devneonix

eslintrc.js or eslintrc.json

    {
        "files": ["*.ts", "*.tsx"],
        "extends": [
            ...
            "./node_modules/eslint-angular-devneonix/index.js" // Add this line (use relative path)
        ],
        "rules": {},
        "parserOptions": { // Add this line
            "project": ["tsconfig.app.json"] // Add this line
        } // Add this line (use relative path)
    },
    {
      "files": ["*.html"],
      "extends": [
        ...
        "./node_modules/eslint-angular-devneonix/index.js" // Add this line (use relative path)
      ],
      "rules": {}
    }
0.0.2

1 month ago

0.0.1

1 month ago

0.0.0

1 month ago