Skip to content

Commit 865358e

Browse files
committed
Replaced deprecated @stylistic/eslint-plugin-js w/ eslint-plugin
1 parent 99a1a41 commit 865358e

Some content is hidden

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

49 files changed

+6169
-201
lines changed

amazongpt/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import importPlugin from 'eslint-plugin-import'
44
import json from '@eslint/json'
55
import markdown from '@eslint/markdown'
66
import regexp from 'eslint-plugin-regexp'
7-
import stylisticJS from '@stylistic/eslint-plugin-js'
7+
import stylisticJS from '@stylistic/eslint-plugin'
88
import yml from 'eslint-plugin-yml'
99

1010
export default [

0 commit comments

Comments
 (0)