mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
RN: Temporarily Disable Prettier for Some Files
Summary: We are in the middle of a Prettier upgrade and some of the files which disagree between Prettier v1.x and v2.x are now being flagged by `eslint-plugin-prettier` as lint errors. The correct fix here is probably to update `eslint-config-prettier` and `eslint-plugin-prettier`, but I am landing this first to unbreak CI. Reviewed By: mendoncakeegan Differential Revision: D32129458 fbshipit-source-id: a5206a5ef58f1d7614f9459c99b9e39109be6de9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
77ecc7ede1
commit
fba1ae1643
+1
-1
@@ -5,7 +5,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*
|
||||
* @flow strict
|
||||
* @format
|
||||
* @noformat
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
Reference in New Issue
Block a user