Skip to content

frenzymind/test-fsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-test-fsd

trany

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-test-fsd:

npm install eslint-plugin-test-fsd --save-dev

Usage

Add test-fsd to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "test-fsd"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "test-fsd/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

About

Testing code for FSD rules and architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published