Skip to content

A simple tool that analyzes common configuration errors in ESLint, Prettier and VSCode configurations

Notifications You must be signed in to change notification settings

Domino9697/config-analyzer

Repository files navigation

Config Analyzer

Description

The idea of this tool is to check common errors in configuring ESLint, Prettier and VSCode together. Run this tool from the command line to analyze your project's configuration and check for common issues or errors in your configuration.

Installation

Prerequesites

You will need to have both node and npm installed on your machine.

Commands

To install the tool, clone the repository, and run:

cd config-analyzer
npm install
npm run build

Then run:

node build/index.js <PATH_TO_YOUR_PROJECT>

Available rules

WIP

About

A simple tool that analyzes common configuration errors in ESLint, Prettier and VSCode configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published