You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These configurations do not configure global variables in ESLint. You can do this yourself manually
@@ -159,6 +159,8 @@ as well as at least ES2015.
159
159
Note for the ESLint VSCode Extension: Enable the "Use Flat Config" setting for your workspace to
160
160
enable Flat Config support.
161
161
162
+
Flat configs are also available as `plugin.configs['flat/recommended']` and `plugin.configs['flat/typescript']`, after using `import plugin from 'eslint-plugin-solid'`.
0 commit comments