Skip to content

Commit

Permalink
4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ftzi committed Dec 14, 2024
1 parent 626a384 commit 3830028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions js.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ const config = {
* https://eslint.org/docs/latest/rules/arrow-body-style
*/
"arrow-body-style": "warn",

"import/no-anonymous-default-export": "off",
},
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-gev",
"version": "4.8.2",
"version": "4.8.3",
"description": "Curated ESLint configs for TS, JS, Next, React, and React Native projects",
"author": "SrBrahma",
"main": "index.js",
Expand Down

0 comments on commit 3830028

Please sign in to comment.