-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0 (#425)
* build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 8.3.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v6.15.0...v8.3.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix: update prettier config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gabriel Ulloa <[email protected]> Co-authored-by: Gabriel Ulloa <[email protected]>
- Loading branch information
1 parent
964ade7
commit 579cd06
Showing
3 changed files
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* File Created: Monday, 20th July 2020 2:46:10 pm | ||
* Author: Gabriel Ulloa ([email protected]) | ||
* ----- | ||
* Last Modified: Friday, 14th August 2020 2:12:51 pm | ||
* Last Modified: Monday, 2nd August 2021 1:59:02 pm | ||
* Modified By: Gabriel Ulloa ([email protected]) | ||
* ----- | ||
* Copyright 2019 - 2020 Incrementa Ventures SpA. ALL RIGHTS RESERVED | ||
|
@@ -18,7 +18,7 @@ module.exports = { | |
extends: [ | ||
'plugin:react/recommended', | ||
'plugin:@typescript-eslint/recommended', | ||
'prettier/@typescript-eslint', | ||
'prettier', | ||
'plugin:prettier/recommended', | ||
'plugin:react-hooks/recommended', | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters