Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

theoparis/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theo's ESLint Config

This repository contains my common eslint config as well as a specification for how I lay out my node projects.

Usage

Create a .eslintrc.json file and add the following:

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

Project Structure

My typical typescript project structure is like this:

  • Root
    • .github
      • workflows
        • node.yaml (Used for github actions to test and lint my code)
    • .eslintrc.json (Contains my eslint config which is used for linting)
    • .editorconfig (Contains prettier formatting rules)
    • renovate.json (Used for automated dependency updates)
    • package.json (Node.js package.json)
    • src (This is where I store the source code)
    • dist (Output from tsc or other build tools)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published