Skip to content

foxriver76/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eslint config for projects

Installation

Install the package via

npm i @foxriver76/eslint-config --save-dev

Getting started

Just extend this project in your lint config in your eslint.config.json.

{
  "extends": ["@foxriver76/eslint-config"]
}

And create a prettier.config.js with the following content:

module.exports = require('@foxriver76/eslint-config/prettier');

About

Shared eslint config over several projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published