Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Update README (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueleite42 committed Sep 11, 2021
1 parent 029aed3 commit 9af9512
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4,878 deletions.
18 changes: 1 addition & 17 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": ["import-helpers"],
"extends": [
"@techmmunity/eslint-config/common",
"@techmmunity/eslint-config/typescript",
"@techmmunity/eslint-config/jest"
],
"parserOptions": {
"project": "tsconfig.json",
"sourceType": "module"
},
"rules": {
"import-helpers/order-imports": [
"warn",
{
"newlinesBetween": "always",
"groups": ["module", ["parent", "sibling", "index"]],
"alphabetize": { "order": "asc", "ignoreCase": true }
}
]
}
]
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<div align="center">

<img src="https://github.com/techmmunity/eslint-config/raw/master/resources/logo.gif" width="300" height="300">

# Techmmunity Easy Check

[![CodeFactor](https://www.codefactor.io/repository/github/techmmunity/easy-check/badge)](https://www.codefactor.io/repository/github/techmmunity/easy-check)
Expand All @@ -7,6 +11,8 @@
[![npm](https://img.shields.io/npm/v/@techmmunity/easy-check.svg?color=CC3534)](https://www.npmjs.com/package/@techmmunity/easy-check)
[![Downloads](https://img.shields.io/npm/dw/@techmmunity/easy-check.svg)](https://www.npmjs.com/package/@techmmunity/easy-check)

</div>

All projects that involve programming work with data at some level, and the most worrying thing about that data is its reliability.

If any data on your system is outside the expected and accepted standard, this can generate unforeseen bugs, which will give you a lot of headaches.
Expand Down
13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techmmunity/easy-check",
"version": "3.3.1",
"version": "3.3.2",
"main": "index.js",
"types": "index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,19 +37,8 @@
"devDependencies": {
"@techmmunity/eslint-config": "^2.0.0",
"@types/jest": "^27.0.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@vercel/ncc": "^0.31.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest-formatting": "^3.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-sonarjs": "^0.9.1",
"husky": "^7.0.1",
"jest": "^26.1.0",
"lint-staged": "^11.0.0",
Expand Down
Loading

0 comments on commit 9af9512

Please sign in to comment.