Skip to content

Commit

Permalink
Exclude RN templates from internal linters
Browse files Browse the repository at this point in the history
Reviewed By: cpojer

Differential Revision: D14032447

fbshipit-source-id: b36c2e01b10341077bec7fca43a35e980e9c13ce
  • Loading branch information
zertosh authored and facebook-github-bot committed Feb 11, 2019
1 parent 2af13b4 commit aefb059
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion template/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*
* @format
* @flow
* @lint-ignore-every XPLATJSCOPYRIGHT1
*/

import React, {Component} from 'react';
Expand Down
1 change: 0 additions & 1 deletion template/__tests__/App-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @format
* @lint-ignore-every XPLATJSCOPYRIGHT1
*/

import 'react-native';
Expand Down
1 change: 0 additions & 1 deletion template/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @format
* @lint-ignore-every XPLATJSCOPYRIGHT1
*/

import {AppRegistry} from 'react-native';
Expand Down
1 change: 0 additions & 1 deletion template/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* https://github.com/facebook/react-native
*
* @format
* @lint-ignore-every XPLATJSCOPYRIGHT1
*/

module.exports = {
Expand Down

0 comments on commit aefb059

Please sign in to comment.