internal linter for making sure everything is camel case (#3172)
* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * add lint rule for object property key Signed-off-by: Jess Frazelle <github@jessfraz.com> * add linter to example shit Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix samples Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix lints Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * generate docs Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
		@ -292,7 +292,7 @@ uuid |
 | 
			
		||||
	// Chamfers or fillets on this extrude group.
 | 
			
		||||
	filletOrChamfers: [{
 | 
			
		||||
	// The engine id of the edge to fillet.
 | 
			
		||||
	edge_id: uuid,
 | 
			
		||||
	edgeId: uuid,
 | 
			
		||||
	// The id of the engine command that called this fillet.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	radius: number,
 | 
			
		||||
@ -306,7 +306,7 @@ uuid |
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// The engine id of the edge to chamfer.
 | 
			
		||||
	edge_id: uuid,
 | 
			
		||||
	edgeId: uuid,
 | 
			
		||||
	// The id of the engine command that called this chamfer.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	length: number,
 | 
			
		||||
@ -658,7 +658,7 @@ uuid |
 | 
			
		||||
	// Chamfers or fillets on this extrude group.
 | 
			
		||||
	filletOrChamfers: [{
 | 
			
		||||
	// The engine id of the edge to fillet.
 | 
			
		||||
	edge_id: uuid,
 | 
			
		||||
	edgeId: uuid,
 | 
			
		||||
	// The id of the engine command that called this fillet.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	radius: number,
 | 
			
		||||
@ -672,7 +672,7 @@ uuid |
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// The engine id of the edge to chamfer.
 | 
			
		||||
	edge_id: uuid,
 | 
			
		||||
	edgeId: uuid,
 | 
			
		||||
	// The id of the engine command that called this chamfer.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	length: number,
 | 
			
		||||
@ -732,7 +732,7 @@ uuid |
 | 
			
		||||
	// Chamfers or fillets on this extrude group.
 | 
			
		||||
	filletOrChamfers: [{
 | 
			
		||||
	// The engine id of the edge to fillet.
 | 
			
		||||
	edge_id: uuid,
 | 
			
		||||
	edgeId: uuid,
 | 
			
		||||
	// The id of the engine command that called this fillet.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	radius: number,
 | 
			
		||||
@ -746,7 +746,7 @@ uuid |
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// The engine id of the edge to chamfer.
 | 
			
		||||
	edge_id: uuid,
 | 
			
		||||
	edgeId: uuid,
 | 
			
		||||
	// The id of the engine command that called this chamfer.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	length: number,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user