Skip to content

Commit

Permalink
Merge pull request #20 from TrilonIO/fix/publish-action
Browse files Browse the repository at this point in the history
Fix/publish action
  • Loading branch information
thiagomini authored Jan 19, 2024
2 parents a5a3fef + 9a15ec4 commit a47d48d
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
registry-url: https://registry.npmjs.org/
scope: '@trilon'
- run: yarn install --frozen-lockfile
- run: yarn npm publish
- run: yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
45 changes: 41 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
# Trilon eslint-plugin
# Trilon ESLint Plugin

[![Apache-2.0 license](https://img.shields.io/badge/license-Apache-blue.svg?style=for-the-badge&color=e51384)](/LICENSE)


<!--[![NPM Downloads](https://img.shields.io/npm/dt/@trilon/ng-universal.svg?color=b31ae7&style=for-the-badge)](https://www.npmjs.com/@trilon/ng-universal)-->


---

<p align="center">
<a href="https://trilon.io" target="_blank">
<img width="500" height="auto" src="https://trilon.io/trilon-logo-clear.png" alt="Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training">
</a>
</p>


<h3 align="center"> Made with :heart: by <a href="https://trilon.io">Trilon.io</a></h3>

---

[![Node.js CI](https://github.com/TrilonIO/eslint-plugin/actions/workflows/node-ci.yml/badge.svg)](https://github.com/TrilonIO/eslint-plugin/actions/workflows/node-ci.yml)

At Trilon, our goal is to help elevate teams - giving them the push they need to continuously succeed in today's ever-changing tech world.

As part of that, we focus on developing tools that make **your** dev experience easier, enjoyable, and safer.

The official Trilon Eslint Plugin is part of that toolbelt to help your team to thrive, applying best practices for NestJS, curated by our key contributors and core team.
The official Trilon ESLint Plugin is part of that toolbelt to help your team to thrive, applying best practices for NestJS, curated by our key contributors and core team.

## Installation

> Once this package gets published
```sh
npm install @trilon/eslint-plugin
```
Expand All @@ -33,3 +50,23 @@ The "recommended" preset contains the rules listed below. If you need custom con
| ------------------------------------------------------------------------------------ | -------------------------------------------------------------- | ----------- |
| [`@trilon/enforce-close-testing-module`](docs/rules/enforce-close-testing-module.md) | Ensures NestJS testing modules are closed properly after tests ||
| [`@trilon/check-inject-decorator`](docs/rules/check-inject-decorator.md) | Detects incorrect usage of `@Inject(TOKEN)` decorator ||

---

# Trilon Consulting

## JavaScript, Node, NestJS Consulting from Open-Source Fanatics and Key Contributors!

Check out **[Trilon.io](https://Trilon.io)** for more info!

Contact us at <[email protected]>, and let's talk about your projects needs.

<br><br>

<p align="center">
<a href="https://trilon.io" target="_blank">
<img width="500" height="auto" src="https://trilon.io/trilon-logo-clear.png" alt="Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training">
</a>
</p>

<h3 align="center"> Made with :heart: by <a href="https://trilon.io">Trilon.io</a></h3>
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ const plugin = {
},
};

// @ts-expect-error Still have to investigate why this is failing
module.exports = plugin;

0 comments on commit a47d48d

Please sign in to comment.