Skip to content

Commit

Permalink
docs: add and update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmokos committed Mar 13, 2019
1 parent 993efe7 commit aaa7148
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
@@ -1,4 +1,9 @@

[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![dependency](https://david-dm.org/ableneo/tools/status.svg)](https://david-dm.org/ableneo/tools)
[![devDep](https://david-dm.org/ableneo/tools/dev-status.svg)](https://david-dm.org/ableneo/tools?type=dev)
[![Known Vulnerabilities](https://snyk.io/test/github/ableneo/tools/badge.svg)](https://snyk.io/test/github/ableneo/tools)

# @ableneo/tools
Javascript Tools monorepo with publishing to https://www.npmjs.com/~ableneo
7 changes: 5 additions & 2 deletions packages/eslint-config-ableneo/README.md
@@ -1,7 +1,10 @@
# eslint-config-ableneo

[![npm version](https://img.shields.io/npm/v/eslint-config-ableneo.svg?style=flat)](https://www.npmjs.com/package/eslint-config-ableneo) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Build Status](https://travis-ci.org/ableneo/eslint-config-ableneo.svg?branch=master)](https://travis-ci.org/ableneo/eslint-config-ableneo) [![dependency](https://david-dm.org/ableneo/eslint-config-ableneo/status.svg)](https://david-dm.org/ableneo/eslint-config-ableneo) [![devDep](https://david-dm.org/ableneo/eslint-config-ableneo/dev-status.svg)](https://david-dm.org/ableneo/eslint-config-ableneo?type=dev)
[![Known Vulnerabilities](https://snyk.io/test/github/ableneo/eslint-config-ableneo/badge.svg)](https://snyk.io/test/github/ableneo/eslint-config-ableneo)[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)

[![npm version](https://img.shields.io/npm/v/eslint-config-ableneo.svg?style=flat)](https://www.npmjs.com/package/eslint-config-ableneo)
[![Build Status](https://travis-ci.org/ableneo/tools)](https://travis-ci.org/ableneo/eslint-config-ableneo)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

This package provides Airbnb's [.eslintrc.yml](https://github.com/ableneo/eslint-config-ableneo/blob/master/.eslintrc.yml) with prettier as an extensible shared config.

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ableneo/package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-config-ableneo",
"version": "0.0.1",
"description": "@ableneo/tools/eslint-config-ableneo",
"description": "Eslint config with prettier @ableneo/tools",
"main": "src/.eslintrc.js",
"author": "Marcel Mokoš <https://github.com/marcelmokos>",
"keywords": [
Expand Down

0 comments on commit aaa7148

Please sign in to comment.