Skip to content

Commit

Permalink
remove contributors, adapt badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurian Mergenthal committed May 18, 2021
1 parent 490fe1a commit d6a4743
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://github.com/merkle-open/eslint-config/workflows/ci/badge.svg)](https://github.com/merkle-open/eslint-config/actions)
[![npm](https://img.shields.io/npm/v/@namics/eslint-config.svg)](https://www.npmjs.com/package/@namics/eslint-config)
[![Codestyle](https://img.shields.io/badge/codestyle-namics-green.svg)](https://github.com/merkle-open/eslint-config)
[![Codestyle](https://img.shields.io/badge/codestyle-merkle-green.svg)](https://github.com/merkle-open/eslint-config)

## Installation

Expand All @@ -16,7 +16,7 @@ $ npm install --save-dev eslint eslint-plugin-import @namics/eslint-config
- `@namics/eslint-config/configurations/typescript-react` - typescript + react
- `@namics/eslint-config/configurations/typescript-node` - typescript + node

*package.json*
_package.json_

```json
{
Expand All @@ -26,7 +26,7 @@ $ npm install --save-dev eslint eslint-plugin-import @namics/eslint-config
}
```

*Enabling ESLint on TS files in VSCode*
_Enabling ESLint on TS files in VSCode_

You need to update the eslint.validate setting to:

Expand Down Expand Up @@ -84,20 +84,21 @@ module.exports = {
"lint:js": "eslint ."
},
```

then run `npm run lint`

### Example usage in project tree

- .eslintrc.js (es8-react)
- .eslintignore
- src
- app.jsx
- app.jsx
- test
- .eslintrc.js (es8-node)
- index.js
- .eslintrc.js (es8-node)
- index.js
- scripts
- .eslintrc.js (es6-node)
- index.js
- .eslintrc.js (es6-node)
- index.js

## Documentation

Expand All @@ -116,11 +117,11 @@ then run `npm run lint`

## Thanks to

* [Merkle.](https://www.merkleinc.com/)
* [Namics.](https://www.namics.com/en/)
* [ESLint](https://github.com/eslint/eslint) for ESLint and the documentation [eslint.org](http://eslint.org/)
* [Walmart](https://github.com/walmartlabs) for sharing their config in [eslint-config-walmart](https://github.com/walmartlabs/eslint-config-walmart)
* [AirBnB](https://github.com/airbnb) for sharing their eslint config in [JavaScript Style Guide](https://github.com/airbnb/javascript)
- [Merkle.](https://www.merkleinc.com/)
- [Namics.](https://www.namics.com/en/)
- [ESLint](https://github.com/eslint/eslint) for ESLint and the documentation [eslint.org](http://eslint.org/)
- [Walmart](https://github.com/walmartlabs) for sharing their config in [eslint-config-walmart](https://github.com/walmartlabs/eslint-config-walmart)
- [AirBnB](https://github.com/airbnb) for sharing their eslint config in [JavaScript Style Guide](https://github.com/airbnb/javascript)

## License

Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"version": "9.0.5",
"description": "Default configurations for eslint",
"author": "Merkle Inc.",
"contributors": [
"Ernst Ammann <ernst.ammann@emea.merkleinc.com>",
"Simon Mollweide"
],
"license": "MIT",
"private": false,
"repository": {
Expand Down

0 comments on commit d6a4743

Please sign in to comment.