Skip to content

Commit

Permalink
style: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Dec 30, 2023
1 parent 8b1a36c commit 9835cda
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team.
reported by contacting the project team.
All complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ _Put an `x` in the boxes that apply_

## Linked Issues


## Further comments

<!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ _description_
> **Note**:
> Replace `boot-ts`, `_description_` and `kirklin` globally to use this template.

## License

[MIT](./LICENSE) License &copy; 2023-PRESENT [Kirk Lin](https://github.com/kirklin)


<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/boot-ts?style=flat&colorA=080f12&colorB=3491fa
Expand Down
13 changes: 1 addition & 12 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
import kirklin from "@kirklin/eslint-config";

export default kirklin(
{
ignores: [
// eslint ignore globs here
],
},
{
rules: {
// overrides
},
},
);
export default kirklin();

0 comments on commit 9835cda

Please sign in to comment.