Skip to content

stephen-optisol/eslint-config-optisol-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-optisol-typescript

Optisol's typescript ESLint config.

Installation

"postinstall": "cp node_modules/eslint-config-optisol-typescript/tsconfig.eslint.json $INIT_CWD"

Before installing this package, you need to add this postinstall script to add the tsconfig.eslint.json file to the root of your project:

npm install eslint-config-optisol-typescript eslint prettier --D

Usage

After installing, update your project's .eslintrc<.js|json> file to import the rule sets you want:

{
  "extends" : [
    "eslint-config-optisol-typescript"
  ]
}

Read the ESlint config docs for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published