File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ import eslintPluginUnicorn from 'eslint-plugin-unicorn';
244244
245245export default [
246246 // …
247- eslintPluginUnicorn .config [' flat/recommended' ],
247+ eslintPluginUnicorn .configs [' flat/recommended' ],
248248 {
249249 rules: {
250250 ' unicorn/better-regex' : ' warn' ,
@@ -261,7 +261,7 @@ const eslintPluginUnicorn = require('eslint-plugin-unicorn');
261261
262262module .exports = [
263263 // …
264- eslintPluginUnicorn .config [' flat/recommended' ],
264+ eslintPluginUnicorn .configs [' flat/recommended' ],
265265 {
266266 rules: {
267267 ' unicorn/better-regex' : ' warn' ,
@@ -281,7 +281,7 @@ import eslintPluginUnicorn from 'eslint-plugin-unicorn';
281281
282282export default [
283283 // …
284- eslintPluginUnicorn .config [' flat/all' ],
284+ eslintPluginUnicorn .configs [' flat/all' ],
285285 {
286286 rules: {
287287 ' unicorn/better-regex' : ' warn' ,
@@ -298,7 +298,7 @@ const eslintPluginUnicorn = require('eslint-plugin-unicorn');
298298
299299module .exports = [
300300 // …
301- eslintPluginUnicorn .config [' flat/all' ],
301+ eslintPluginUnicorn .configs [' flat/all' ],
302302 {
303303 rules: {
304304 ' unicorn/better-regex' : ' warn' ,
You can’t perform that action at this time.
0 commit comments