Skip to content

Commit

Permalink
Renamed eslint-plugin-yml import from eslintPluginYml to yml fo…
Browse files Browse the repository at this point in the history
…r readability
  • Loading branch information
adamlui committed Nov 21, 2024
1 parent 5ff7030 commit a65cf7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import stylisticJS from '@stylistic/eslint-plugin-js'
import json from '@eslint/json'
import markdown from '@eslint/markdown'
import * as regexp from 'eslint-plugin-regexp'
import eslintPluginYml from 'eslint-plugin-yml'
import yml from 'eslint-plugin-yml'

export default [
{
Expand Down Expand Up @@ -36,5 +36,5 @@ export default [
'markdown/no-missing-label-refs': 'off' // allow missing label references
}
},
{ files: ['**/*.yaml, **/*.yml'], ...eslintPluginYml.configs['flat/standard'][1] }
{ files: ['**/*.yaml, **/*.yml'], ...yml.configs['flat/standard'][1] }
]

0 comments on commit a65cf7c

Please sign in to comment.