Add import order lint rules (#5672)

* Add import order lint rules

* Address feedback

* Revert change
This commit is contained in:
Daniel Espino García
2021-09-13 10:18:03 +02:00
committed by GitHub
parent 6c2e28afc2
commit 1c26f14fdb
128 changed files with 843 additions and 214 deletions

View File

@@ -1,7 +1,6 @@
/* eslint-disable header/header */
declare module 'react-native-slider' {
import {ComponentClass} from 'react';
import {
ImageSourcePropType,
SpringAnimationConfig,