chore: update

This commit is contained in:
Anthony Fu 2022-03-11 04:46:10 +08:00
parent 38c927024b
commit 625e845c80
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 Anthony Fu<https://github.com/antfu>
Copyright (c) 2019-PRESENT Anthony Fu<https://github.com/antfu>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -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