Skip to content

wansaleh/eslint-config-wansaleh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-wansaleh

An ESLint Shareable Config by Wan Saleh

Install

  1. Run.
npm i -D eslint-config-wansaleh # or yarn install --dev eslint-config-wansaleh
npx install-peerdeps --dev eslint-config-wansaleh
  1. Create (or update) a .eslintrc.js file with the following content:
{
  'extends': [
    'wansaleh'
  ]
}
  1. Copy the .prettierrc file from this repository into your project folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published