Skip to content

JavaScript coding standards for the Bolste Team

Notifications You must be signed in to change notification settings

BolsteDev/eslint-config-bolste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint Config for Bolste

JavaScript coding standards for the Bolste Team

Usage

We export a base set of rules for your ESLint configuration:

yarn install eslint-config-bolste

Add "extends": "bolste" to your .eslintrc.

Improving this configuration

Consider adding test cases if you're making complicated rules changes, like anything involving regexes.

You can run tests with npm test.

You can make sure this module lints with itself using npm run lint.

About

JavaScript coding standards for the Bolste Team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published