Skip to content

Commit 0958deb

Browse files
authoredMar 4, 2024··
Added ESLint rule to enforce spacing (#2136)
* feat(eslint): added rules to enforce spacing * refactor(eslint): reverted variables rule * fix(*): lint errors

File tree

74 files changed

+289
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+289
-54
lines changed
 

‎packages/eslint-config-react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ballerine/eslint-config-react
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- added rules to enforce spacing
8+
- Updated dependencies
9+
- @ballerine/eslint-config@1.0.7
10+
311
## 1.0.7
412

513
### Patch Changes
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@ballerine/eslint-config-react",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"description": "",
66
"main": "index.js",
77
"scripts": {},
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"peerDependencies": {
1212
"eslint-plugin-react": "^7.33.2",
13-
"@ballerine/eslint-config": "^1.0.6",
13+
"@ballerine/eslint-config": "^1.0.7",
1414
"eslint-plugin-react-hooks": "^4.6.0"
1515
}
1616
}

0 commit comments

Comments
 (0)
Please sign in to comment.