Skip to content

Elbrus-Bootcamp/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elbrus Bootcamp's ESLint config

Provides linting and formatting rules for a NodeJS project.

Installation and usage

Install to your dev dependencies

npm i -D @elbrus/eslint-config

Add this config to your eslint.config.js file:

import elbrusConfig from '@elbrus/eslint-config';

export default [
  // other configurations
  ...elbrusConfig,
];

Other configs

React, express and typescript configs are coming soon

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published