Merged PR 170: Add new eslint rules
- naming-convention - prefer-arrow-callback - func-style - import/no-default-export
This commit is contained in:
parent
3f58c5ba5e
commit
ad126c6c28
65 changed files with 781 additions and 784 deletions
|
@ -8,15 +8,15 @@ export enum PropertyType {
|
|||
/**
|
||||
* Simple property: is not inside any object: id, x, width... (default)
|
||||
*/
|
||||
SIMPLE,
|
||||
Simple,
|
||||
|
||||
/**
|
||||
* Style property: is inside the style object: stroke, fillOpacity...
|
||||
*/
|
||||
STYLE,
|
||||
Style,
|
||||
|
||||
/**
|
||||
* Margin property: is inside the margin property: left, bottom, top, right...
|
||||
*/
|
||||
MARGIN,
|
||||
Margin,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue