-
-
Notifications
You must be signed in to change notification settings - Fork 191
Comparing changes
Open a pull request
base repository: prettier/eslint-plugin-prettier
base: v3.1.2
head repository: prettier/eslint-plugin-prettier
compare: 9e3fde0847da262e0ff2574a4741c339a50c4462
- 10 commits
- 4 files changed
- 3 contributors
Commits on Dec 23, 2019
-
build(deps-dev): bump eslint from 6.7.2 to 6.8.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 6.8.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v6.7.2...v6.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for dea1b30 - Browse repository at this point
Copy the full SHA dea1b30View commit details
Commits on Dec 26, 2019
-
build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.8.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/commits/v6.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for ab80b3c - Browse repository at this point
Copy the full SHA ab80b3cView commit details
Commits on Dec 30, 2019
-
build(deps-dev): bump eslint-config-prettier from 6.8.0 to 6.9.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v6.8.0...v6.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for 05ef06f - Browse repository at this point
Copy the full SHA 05ef06fView commit details
Commits on Jan 8, 2020
-
build(deps-dev): bump eslint-plugin-eslint-plugin from 2.1.0 to 2.2.0
Bumps [eslint-plugin-eslint-plugin](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/releases) - [Changelog](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-eslint-plugin@v2.1.0...v2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for e2458c2 - Browse repository at this point
Copy the full SHA e2458c2View commit details
Commits on Jan 17, 2020
-
build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.0 to 2.2.1
Bumps [eslint-plugin-eslint-plugin](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/releases) - [Changelog](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-eslint-plugin@v2.2.0...v2.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for aad671d - Browse repository at this point
Copy the full SHA aad671dView commit details
Commits on Jan 29, 2020
-
build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.9.0 to 6.10.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v6.9.0...v6.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for 9a47a6f - Browse repository at this point
Copy the full SHA 9a47a6fView commit details
Commits on Mar 13, 2020
-
build(deps): [security] bump acorn from 6.1.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.0 to 6.4.1. **This update includes a security fix.** - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@6.1.0...6.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for bba5881 - Browse repository at this point
Copy the full SHA bba5881View commit details
Commits on Mar 23, 2020
-
build(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.10.1
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.10.0 to 6.10.1. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v6.10.0...v6.10.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for 185b106 - Browse repository at this point
Copy the full SHA 185b106View commit details
Commits on Apr 13, 2020
-
Fix: Set
meta.type
to "layout" (#283)Per https://eslint.org/docs/user-guide/command-line-interface#fix-type , one can set `meta` to "problem" or "suggestion" for code-related changes or "layout" for formatting ones. Setting this value allows `eslint --fix-type` to take into account the type of fix desired. (And I'm making an eslint badge formatter for which it is more convenient to have this meta info so any rule violations can be grouped by type.)
Configuration menu - View commit details
-
Copy full SHA for 97152e2 - Browse repository at this point
Copy the full SHA 97152e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3fde0 - Browse repository at this point
Copy the full SHA 9e3fde0View commit details
There are no files selected for viewing