Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuetifyjs/eslint-config-vuetify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.4
Choose a base ref
...
head repository: vuetifyjs/eslint-config-vuetify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.5
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 7, 2024

  1. fix(eslint): use recommended preset

    standard isn't available
    johnleider committed Nov 7, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Copy the full SHA
    534e18c View commit details
  2. chore: release 2.0.5

    johnleider committed Nov 7, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Copy the full SHA
    6fffd52 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 index.js.mjs
  2. +1 −1 package.json
2 changes: 1 addition & 1 deletion index.js.mjs
Original file line number Diff line number Diff line change
@@ -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',
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-vuetify",
"version": "2.0.4",
"version": "2.0.5",
"description": "eslint config for vue.js projects",
"main": "index.js.mjs",
"module": "index.ts.mjs",