Skip to content

statsfm/eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statsfm Style Guide

The ESLint config Statsfm uses.

Installation

There are four packages available. Each of them can be installed with yarn add --dev @statsfm/eslint-config-<name>. The following packages can be installed:

@statsfm/eslint-config-base
@statsfm/eslint-config-jest
@statsfm/eslint-config-typescript
@statsfm/eslint-config-vue

You may then extend the installed package(s) in your .eslintrc.js, like this:

module.exports = {
  extends: [
    "@statsfm/base",
    "@statsfm/jest",
    "@statsfm/typescript",
    "@statsfm/vue",
  ],
};

Feel free to remove any configs you don't need.

License

This project is licensed under the 3-Clause BSD license.

About

The ESLint config used in all stats.fm projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published