mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Exclude RN templates from internal linters
Reviewed By: cpojer Differential Revision: D14032447 fbshipit-source-id: b36c2e01b10341077bec7fca43a35e980e9c13ce
This commit is contained in:
committed by
Facebook Github Bot
parent
2af13b4477
commit
aefb05941a
@@ -4,7 +4,6 @@
|
||||
*
|
||||
* @format
|
||||
* @flow
|
||||
* @lint-ignore-every XPLATJSCOPYRIGHT1
|
||||
*/
|
||||
|
||||
import React, {Component} from 'react';
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @format
|
||||
* @lint-ignore-every XPLATJSCOPYRIGHT1
|
||||
*/
|
||||
|
||||
import 'react-native';
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @format
|
||||
* @lint-ignore-every XPLATJSCOPYRIGHT1
|
||||
*/
|
||||
|
||||
import {AppRegistry} from 'react-native';
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
* https://github.com/facebook/react-native
|
||||
*
|
||||
* @format
|
||||
* @lint-ignore-every XPLATJSCOPYRIGHT1
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user