We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efaa1d commit 2f0d506Copy full SHA for 2f0d506
packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @fellipeutaka/eslint-config
2
3
+## 1.11.0
4
+
5
+### Minor Changes
6
7
+- add node config
8
9
## 1.10.1
10
11
### Patch Changes
packages/eslint-config/node.json
@@ -0,0 +1,8 @@
+{
+ "$schema": "https://json.schemastore.org/eslintrc",
+ "env": {
+ "es2021": true,
+ "node": true
+ },
+ "extends": ["./base"]
+}
packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@fellipeutaka/eslint-config",
- "version": "1.10.1",
+ "version": "1.11.0",
"description": "ESLint configuration",
"private": false,
"homepage": "https://github.com/fellipeutaka/eslint-config",
0 commit comments