Skip to content

My own Eslint sharable config for projects using React and Typescript

Notifications You must be signed in to change notification settings

salatielsql/eslint-config-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eslint Typescript Config

Install

npx install-peerdeps --dev @qsalatiel/eslint-config-typescript

Extend the .eslintrc.js file:

module.exports = {
  extends: ["@qsalatiel/eslint-config-typescript"],
};

Uninstall

Uninstall package with all peer dependencies:

npm uninstall @qsalatiel/eslint-config-typescript eslint eslint-config-airbnb eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-plugin-testing-library eslint-plugin-jest

About

My own Eslint sharable config for projects using React and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published