1.0.12 • Published 11 months ago

typescript-test-eslint v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

TypeScript-ESLint

TypeScript-ESLint This repository is created with standrad rule which must be implemented during JS/Typescript development.

Installing

For the latest stable version:

npm install -D eslint @eslint/js @types/eslint__js typescript typescript-eslint

How to run

  • Please go through to understand eslint.config.js
  • To run eslint :- npx eslint .
  • To fix eslint issues :- npx eslint . --fix

How to import

  • Run below cmd in your application

    • npm i typescript-test-eslint
    • make sure you have eslint.config.js else create one with same name.
    • iclude below code means you will able inherite the code from typescript-test-eslint
          import eslintBaseConfig from 'typescript-test-eslint/eslint.config.js'; 
          import tseslint from 'typescript-eslint';        
          const eslintConfig = tseslint.config(...eslintBaseConfig);
          export default eslintConfig;
      • Then you can add/update rules,plugin etc as per you application requirements.

Contribute

Documentation

Keywords

eslint, typescript-eslint

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago