Skip to content

Commit

Permalink
fix(eslint): use recommended preset
Browse files Browse the repository at this point in the history
standard isn't available
  • Loading branch information
johnleider committed Nov 7, 2024
1 parent 32ae31b commit 534e18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import globals from 'globals'
import eslint from '@eslint/js'

export default [
eslint.configs.standard,
eslint.configs.recommended,
...pluginVue.configs['flat/recommended'],
{
name: 'app/files-to-lint',
Expand Down

0 comments on commit 534e18c

Please sign in to comment.