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: eslint-community/eslint-plugin-mysticatea
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.0.0
Choose a base ref
...
head repository: eslint-community/eslint-plugin-mysticatea
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v15.0.0
Choose a head ref
  • 9 commits
  • 52 files changed
  • 1 contributor

Commits on Oct 17, 2022

  1. feat: update globals + update configs (#20)

    BREAKING CHANGE: `+browser`, `es5`, `es2015`, `es2016`, `es2017`, `es2018`, `es2019`, `es2020`, `es2021` & `es2022` configs will now report more globals as `readonly`
    MichaelDeBoey authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    aeff618 View commit details
    Browse the repository at this point in the history
  2. feat: upgrade prettier to v2 (#21)

    * feat: upgrade `prettier` to v2
    
    BREAKING CHANGE: `es5`, `es2015`, `es2016`, `es2017`, `es2018`, `es2019`, `es2020`, `es2021` & `es2022` configs will now report for their changed default values. For more info check their [release notes](https://prettier.io/blog/2020/03/21/2.0.0.html#breaking-changes)
    
    * chore: fix ESLint errors
    
    * chore: run Prettier on codebase
    MichaelDeBoey authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    668d46e View commit details
    Browse the repository at this point in the history
  3. feat: update @typescript-eslint/* + update configs (#22)

    BREAKING CHANGE: `es5`, `es2015`, `es2016`, `es2017`, `es2018`, `es2019`, `es2020`, `es2021` & `es2022` configs now have extra rules from `@typescript-eslint/eslint-plugin`
    MichaelDeBoey authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    0bc3644 View commit details
    Browse the repository at this point in the history
  4. feat: update eslint-plugin-eslint-plugin + update configs (#23)

    * feat: update `eslint-plugin-eslint-plugin` + update configs
    
    BREAKING CHANGE: `+eslint-plugin` config now has extra rules from `eslint-plugin-eslint-plugin`
    
    * chore: fix ESLint errors
    MichaelDeBoey authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    b08d8b6 View commit details
    Browse the repository at this point in the history
  5. feat: update eslint-plugin-node + update configs (#24)

    * feat: update `eslint-plugin-node` + update configs
    
    BREAKING CHANGE: `+node`, `es5`, `es2015`, `es2016`, `es2017`, `es2018`, `es2019`, `es2020`, `es2021` & `es2022` configs now have extra rules from `eslint-plugin-node`
    
    * chore: fix ESLint errors
    MichaelDeBoey authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    bbaf218 View commit details
    Browse the repository at this point in the history
  6. feat: update eslint-plugin-vue + update configs (#25)

    BREAKING CHANGE: `es5`, `es2015`, `es2016`, `es2017`, `es2018`, `es2019`, `es2020`, `es2021` & `es2022` configs now have extra rules from `eslint-plugin-vue`
    MichaelDeBoey authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ba982b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. feat: update eslint-plugin-vue & vue-eslint-parser + update confi…

    …gs (#26)
    
    BREAKING CHANGE: `es5`, `es2015`, `es2016`, `es2017`, `es2018`, `es2019`, `es2020`, `es2021` & `es2022` configs now have extra rules from `eslint-plugin-vue`
    MichaelDeBoey authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    3437db4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bb8f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53b3c84 View commit details
    Browse the repository at this point in the history
Loading