Skip to content

Commit

Permalink
Merge pull request #8 from reactway/dev
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
Martynas Žilinskas authored Jan 2, 2020
2 parents 2264f4c + 8fb2762 commit 9afe02e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# @reactway/eslint-config

Reactway's ESLint guidelines for TypeScript projects.
[![npm](https://img.shields.io/npm/v/@reactway/eslint-config)](https://www.npmjs.com/package/@reactway/eslint-config)
[![Azure DevOps builds](https://img.shields.io/azure-devops/build/reactway/reactway/8)](https://dev.azure.com/reactway/ReactWay/_build?definitionId=8&_a=summary)

Reactway's ESLint guidelines for TypeScript projects. Based on [@typescript-eslint/recommended](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin#supported-rules) and [prettier/@typescript-eslint](https://github.com/prettier/eslint-config-prettier).

## Get started

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactway/eslint-config",
"version": "1.0.0-alpha.8",
"version": "1.0.0",
"description": "Reactway's ESLint guidelines for TypeScript projects.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9afe02e

Please sign in to comment.