Skip to content

Global eslint config to grab in package.json (frontend/backend)

Notifications You must be signed in to change notification settings

Geenee/eslint-config-geenee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-geenee

Backend usage

  1. Install dependencies
  2. Add config (package.json)
    {
       "eslintConfig": {
          "root": true,
          "parser": "@typescript-eslint/parser",
          "extends": "geenee/backend"
       }
    }  

Frontend usage

  1. Install dependencies
  2. Add config (package.json)
    {
       "eslintConfig": {
          "root": true,
          "parser": "@typescript-eslint/parser",
          "extends": "geenee/frontend"
       }
    }  

Issues

About

Global eslint config to grab in package.json (frontend/backend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published