Skip to content

An eslint config that I use on multiple projects.

Notifications You must be signed in to change notification settings

beaunus/style-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@beaunus/eslint-config

This is an eslint config that I use on multiple projects.

Configuration

Install this package (and all peer dependencies) in the target project.

Add a .eslintrc.js in the target project.

const beaunusStyleConfig = require("@beaunus123/style-config").eslint;

module.exports = {
  ...beaunusStyleConfig,
  extends: [
    ...beaunusStyleConfig.extends,
    // "some other extension",
  ],
};

Deployment

npm login
npm version patch
npm publish

About

An eslint config that I use on multiple projects.

Resources

Stars

Watchers

Forks

Packages

No packages published