8000 GitHub - mayconfsousa/eslint-config-ts-recommended: An ESLint shareable config for NodeJS and React projects using Typescript
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

An ESLint shareable config for NodeJS and React projects using Typescript

Notifications You must be signed in to change notification settings

mayconfsousa/eslint-config-ts-recommended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-ts-recommended

An ESLint shareable config for NodeJS and React projects using Typescript

Install

  • Using npm:
npx install-peerdeps eslint-config-ts-recommended --dev
  • Using yarn:
npx install-peerdeps eslint-config-ts-recommended --dev --yarn

Usage

  • Use with React projects:
// .eslintrc.js

module.exports = {
  extends: 'ts-recommended/react',
};
  • Use with NodeJS projects:
// .eslintrc.js

module.exports =
4D63
 {
  extends: 'ts-recommended/node',
};

About

An ESLint shareable config for NodeJS and React projects using Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0