Skip to content

KaemonIsland/eslint-config-warlock-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-warlock-typescript

Opinions

Eslint should be used to prevent coding errors while writing code before they become in production. This set of rules are set with the mindset of finding errors, not yelling at you when something should go on a new line.

For right now, I'm going with most of the recommended settings. They will be changed as-needed in future versions.

Getting Started

Simply download this package as a devDependency with yarn add -D eslint-config-warlock. Then add "warlock" to "extends" within a .eslintrc file. It should look like this:

{
  "extends": ["warlock-typescript"]
}

If you already have config files setup

For eslint, simply add "warlock-typescript" to the extends field.

also

Please let me know what you thing, or if there is any functionality/rules you think should be included!

About

A eslint config that works with TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published