@msobiecki/eslint-config 9.3.0 → 9.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [9.4.0](https://github.com/msobiecki/eslint-config/compare/v9.3.0...v9.4.0) (2025-10-20)
2
+
3
+
4
+ ### Features
5
+
6
+ * update node ([7274085](https://github.com/msobiecki/eslint-config/commit/72740857bf217a865145187e1745489f4cc66b73))
7
+
1
8
  # [9.3.0](https://github.com/msobiecki/eslint-config/compare/v9.2.0...v9.3.0) (2025-10-20)
2
9
 
3
10
 
package/eslint.config.js CHANGED
@@ -115,10 +115,10 @@ export const reactPreset = [
115
115
  export const nodePreset = [
116
116
  {
117
117
  name: "Node.js",
118
- files: ["**/*.{js,mjs,cjs}"],
118
+ files: ["**/*.{js,mjs,cjs,ts,cts,mts}"],
119
119
  languageOptions: {
120
120
  globals: {
121
- ...globals.browser,
121
+ ...globals.node,
122
122
  },
123
123
  },
124
124
  plugins: { n: nPlugin },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@msobiecki/eslint-config",
3
- "version": "9.3.0",
3
+ "version": "9.4.0",
4
4
  "private": false,
5
5
  "description": "An ESLint shareable config for JavaScript/TypeScript ecosystem's.",
6
6
  "keywords": [