/linters

The Social Gouv linters

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Linters

🧹The Social Gouv linters✨

Travis Build Status License: Apache-2.0 Npm version





Packages

This is a monorepo which contains many tools and packages:

Project Package Version Links
eslint-config-recommended @socialgouv/eslint-config-recommended latest README
eslint-config-react @socialgouv/eslint-config-react latest README
tslint-config-recommended @socialgouv/tslint-config-recommended latest README




Release policy

Auto

Trigger a custom build on Travis (in the "More options" right menu) on the master branch with a custom config:

env:
  global:
    - RELEASE=true

Manual

You need an Github token to release.

#
# Bump, push to git and publish to npm
$ yarn lerna publish

#
# Publish the tag change log on the Github Release
$ CONVENTIONAL_GITHUB_RELEASER_TOKEN==************ npx conventional-github-releaser -p angular

#
# You might want to add a Gif to your release to make it groovy ;)