Skip to content

wantedly/frolint

Folders and files

NameName
Last commit message
Last commit date
Nov 29, 2024
Dec 12, 2024
Dec 5, 2024
Jan 18, 2022
Nov 29, 2024
Sep 24, 2024
Jul 22, 2020
Apr 17, 2019
Dec 7, 2023
Feb 19, 2019
Feb 19, 2019
Sep 24, 2021
Dec 5, 2024
Dec 7, 2023
Dec 12, 2024
Oct 25, 2019
Dec 5, 2024

Repository files navigation

frolint - FROntend LINT

Node CI

This is a monorepo that contains our common linting and formatting configurations for Wantedly's javascript projects.

If you are looking for the frolint executable documentation, please see here: frolint Readme

Packages

# Create above list with fish shell script
for package in (yarn -s lerna ls --loglevel silent)
    echo "- [$package](https://github.com/wantedly/frolint/tree/master/packages/$package) [![npm version](https://badge.fury.io/js/$package.svg)](https://badge.fury.io/js/$package)"
end

How to contribute

PRs are welcome, see the current issues open.

We are developing this project with Lerna.

Clone the repository and run

yarn

This will also trigger the lerna bootstraping process.

Running Tests:

# Runs all unit tests
yarn test

# Runs all unit tests with updating snapshots
yarn test:update

License

MIT