Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
* Update raedme project principle

* Workflows remove build, use pnpm publish
  • Loading branch information
j10ccc committed Aug 28, 2023
1 parent fd02b45 commit 9254488
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 32 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/build.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm build
- name: Lint
run: pnpm lint

- name: Publish to npm
run: npm publish
run: pnpm publish -r --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# `@j10c/eslint-config`

- Double quotes, with semi
- No trailing space
- Auto fix for formatting (aimed to be used standalone without Prettier)
- Reasonable defaults, best practices, only one-line of config

## Installation

```sh
Expand Down

0 comments on commit 9254488

Please sign in to comment.