Skip to content

Commit

Permalink
4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Fantauzzi committed Apr 24, 2024
1 parent 3da81f3 commit 59d4b62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
> Changes to the `js` flavor are also applied to all the other flavors.
> Changes to the `ts` flavor are also applied to `react` and `react-native` flavors.
## 4.3.0

- Removed `require-extensions` plugin. Bun ftw!

## 4.2.1

Expand Down
2 changes: 0 additions & 2 deletions js.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ module.exports = {
"jsdoc",
"prefer-arrow-functions",
"@stylistic",
"require-extensions",
"json-files",
],
extends: [
"eslint:recommended",
"plugin:jsdoc/recommended",
"plugin:require-extensions/recommended",
],
overrides: [
{
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.2.1",
"version": "4.3.0",
"description": "Curated ESLint configs for TS, JS, Next, React, and React Native projects",
"author": "SrBrahma",
"main": "index.js",
Expand Down

0 comments on commit 59d4b62

Please sign in to comment.