We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02f914 commit f05aea7Copy full SHA for f05aea7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.2.0](https://github.com/eslint/eslintrc/compare/v3.1.0...v3.2.0) (2024-11-14)
4
+
5
6
+### Features
7
8
+* merge rule.meta.defaultOptions before validation ([#166](https://github.com/eslint/eslintrc/issues/166)) ([d02f914](https://github.com/eslint/eslintrc/commit/d02f91452b81caff971f7895237cc4fb002e31da))
9
10
## [3.1.0](https://github.com/eslint/eslintrc/compare/v3.0.2...v3.1.0) (2024-05-17)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@eslint/eslintrc",
- "version": "3.1.0",
+ "version": "3.2.0",
"description": "The legacy ESLintRC config file format for ESLint",
"type": "module",
"main": "./dist/eslintrc.cjs",
0 commit comments