-
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.
Remove
eslint-plugin-prettier
(#16823)
Co-authored-by: Nicolò Ribaudo <[email protected]> Co-authored-by: liuxingbaoyu <[email protected]>
- Loading branch information
1 parent
7722f23
commit b25a8a5
Showing
11 changed files
with
87 additions
and
83 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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,20 @@ | ||
{ | ||
"settings": { | ||
"rulers": [ | ||
80 | ||
], | ||
"settings": { | ||
"rulers": [80], | ||
|
||
// Set to false to disable detection of tabs vs. spaces on load | ||
"detect_indentation": false, | ||
// Set to false to disable detection of tabs vs. spaces on load | ||
"detect_indentation": false, | ||
|
||
"translate_tabs_to_spaces": true, | ||
"translate_tabs_to_spaces": true, | ||
|
||
"tab_size": 2 | ||
}, | ||
|
||
"folders": [{ | ||
"path": ".", | ||
"folder_exclude_patterns": [ | ||
"packages/*/lib", | ||
"node_modules" | ||
], | ||
"file_exclude_patterns": [ | ||
"tab_size": 2, | ||
}, | ||
|
||
] | ||
}] | ||
"folders": [ | ||
{ | ||
"path": ".", | ||
"folder_exclude_patterns": ["packages/*/lib", "node_modules"], | ||
"file_exclude_patterns": [], | ||
}, | ||
], | ||
} |
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
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