Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit fc32f0a

Browse files
committed
Set version to 1.0.0
1 parent 16f3ac6 commit fc32f0a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Next
22

3-
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0-alpha.4...main)
3+
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0...main)
4+
5+
# 1.0.0
6+
7+
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0-alpha.4...1.0.0)
8+
9+
## Initial release
10+
11+
Not every eslint core rule is currently typed, but any _unknown_ rule will just fall back to a basic typed rule.
12+
13+
If you miss a rule or some other type definitions, feel free to create an issue or PR.
414

515
# 1.0.0-alpha.4
616

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-define-config",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0",
44
"description": "Provide a defineConfig function for .eslintrc.js files",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)