Skip to content

Commit ac96d5d

Browse files
committed
Merge branch 'main' into release
# Conflicts: # lib/index.js # package-lock.json
2 parents 44599aa + 232b045 commit ac96d5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const recommended = [
6363
promisePlugin.configs['flat/recommended'],
6464
perfectionistPlugin.configs['recommended-natural'],
6565
unicornPlugin.configs.recommended,
66-
eslintP.configs['flat/recommended'],
66+
eslintP.configs.recommended,
6767
...tsPlugin.configs.recommended,
6868

6969
{
@@ -155,7 +155,7 @@ const typescript = [
155155
}
156156
]
157157
const eslintPlugin = [
158-
eslintP.configs['flat/recommended'],
158+
eslintP.configs.recommended,
159159
]
160160

161161
const configs = {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)