zeno-config 4.0.1 → 4.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeno-config",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Preconfigured and opinionated ESLint, Prettier, and TypeScript setup",
5
5
  "author": "Rick Brenn <brenn.rick@gmail.com>",
6
6
  "license": "MIT",
@@ -129,11 +129,6 @@ const nodeConfig = (options = {}) => {
129
129
  ...globals.node,
130
130
  },
131
131
  },
132
- settings: {
133
- node: {
134
- version: '>=20.0.0',
135
- },
136
- },
137
132
  plugins: {
138
133
  n: nodePlugin,
139
134
  },