Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

dwtechnologies/eslint-config-dwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-dwt

DWT lint config that extends Standard.

Installation

yarn

yarn add eslint-config-dwt --dev

npm

npm install --save-dev eslint-config-dwt

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

To use the configuration in an empty project, first install it:

yarn add eslint eslint-config-dwt --dev
# or...
npm install --save-dev eslint eslint-config-dwt

Then, add this to your .eslintrc config

{
  "extends": "dwt"
}

Lastly, to ease the use of eslint, add this to the scripts section of your package.json

"lint": "eslint '**/*.js' --ignore-path .gitignore"

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published