Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

tobiasalthoff/eslint-config-epbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eslint & Prettier Base Setup (EPBS)

npm version

Installation

Local / Per project

  1. Navigate to your project and install @tobiasalthoff/eslint-config-epbs:
npx install-peerdeps --dev @tobiasalthoff/eslint-config-epbs
  1. Create an .eslintrc file in your project root.

  2. The file should look like this:

{
  "extends": [
    "@tobiasalthoff/eslint-config-epbs",
  ],
}

About

Eslint and Prettier Setup

Resources

License

Stars

Watchers

Forks

Packages

No packages published