Skip to content

Commit 2f0d506

Browse files
committed
feat: add node config
1 parent 1efaa1d commit 2f0d506

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

packages/eslint-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fellipeutaka/eslint-config
22

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- add node config
8+
39
## 1.10.1
410

511
### Patch Changes

packages/eslint-config/node.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://json.schemastore.org/eslintrc",
3+
"env": {
4+
"es2021": true,
5+
"node": true
6+
},
7+
"extends": ["./base"]
8+
}

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fellipeutaka/eslint-config",
3-
"version": "1.10.1",
3+
"version": "1.11.0",
44
"description": "ESLint configuration",
55
"private": false,
66
"homepage": "https://github.com/fellipeutaka/eslint-config",

0 commit comments

Comments
 (0)