From 625e845c807c9fd5a083a88e2857b8bddd499e0b Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 11 Mar 2022 04:46:10 +0800 Subject: [PATCH] chore: update --- LICENSE | 2 +- README.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 3402f52..13d3a23 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Anthony Fu +Copyright (c) 2019-PRESENT Anthony Fu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index b5c1ccd..6a59a6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @antfu/eslint-config -[![npm](https://img.shields.io/npm/v/@antfu/eslint-config)](https://npmjs.com/package/@antfu/eslint-config) +[![npm](https://img.shields.io/npm/v/@antfu/eslint-config?color=a1b858&label=)](https://npmjs.com/package/@antfu/eslint-config) - Single quotes, no semi - Auto fix for formatting (aimed to be used standalone without Prettier) @@ -51,3 +51,13 @@ Create `.vscode/settings.json` } } ``` + +## Check Also + +- [antfu/vscode-settings](https://github.com/antfu/vscode-settings) - My VS Code settings +- [antfu/ts-starter](https://github.com/antfu/ts-starter) - My starter template for TypeScript library +- [antfu/vitesse](https://github.com/antfu/vitesse) - My starter template for Vue & Vite app + +## License + +MIT