1.0.12 • Published 1 year ago

typescript-test-eslint v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago