Skip to content

Bytro Labs ESLint configuration

Notifications You must be signed in to change notification settings

bytro/eslint-config-bytro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To enable Javascript style configuration for a npm project install the following packages:

npm install --save-dev eslint eslint-plugin-import eslint-plugin-jsdoc eslint-plugin-prettier eslint-plugin-simple-import-sort prettier @typescript-eslint/eslint-plugin @typescript-eslint/parser github:bytro/eslint-config-bytro github:bytro/prettier-config-bytro

Create .eslintrc.js in the project root with the following content:

module.exports = {
    extends: 'bytro',
};

Create .prettierrc.js in the project root with the following content:

module.exports = require('prettier-config-bytro');

About

Bytro Labs ESLint configuration

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •