mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 16:04:38 +00:00
Add eslint
This commit is contained in:
+1
-3
@@ -1,10 +1,8 @@
|
||||
import React, {
|
||||
Component,
|
||||
PropTypes
|
||||
} from 'react-native';
|
||||
import Shape, {CIRCLE} from './Shape';
|
||||
import {circleProps, pathProps, fillProps, strokeProps} from '../lib/props';
|
||||
import _ from 'lodash';
|
||||
|
||||
class Circle extends Shape{
|
||||
static displayName = 'Circle';
|
||||
@@ -23,7 +21,7 @@ class Circle extends Shape{
|
||||
constructor() {
|
||||
super(...arguments);
|
||||
this.type = CIRCLE;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
export default Circle;
|
||||
|
||||
Reference in New Issue
Block a user