<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Code Style Matters: Styling Angular apps using Prettier and TSLint (2020)	</title>
	<atom:link href="https://christianlydemann.com/style-angular-apps-using-prettier-and-tslint/feed/" rel="self" type="application/rss+xml" />
	<link>https://christianlydemann.com/style-angular-apps-using-prettier-and-tslint/</link>
	<description>Advanced Angular Training Made Simple</description>
	<lastBuildDate>Sun, 18 Oct 2020 09:17:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>
		By: richard roma		</title>
		<link>https://christianlydemann.com/style-angular-apps-using-prettier-and-tslint/#comment-34046</link>

		<dc:creator><![CDATA[richard roma]]></dc:creator>
		<pubDate>Wed, 12 Feb 2020 09:04:00 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=399#comment-34046</guid>

					<description><![CDATA[It&#039;s good to be aware of the priority of the potential configuration files. Prettier recommends using the prettier config file: .prettierrc for configurations but if there already is an Editorconfig file in th project it takes precidence. BTW, this is a fantastic blog, just discovered it.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s good to be aware of the priority of the potential configuration files. Prettier recommends using the prettier config file: .prettierrc for configurations but if there already is an Editorconfig file in th project it takes precidence. BTW, this is a fantastic blog, just discovered it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: The Ten Commandments of Angular Development – Christian Lüdemann		</title>
		<link>https://christianlydemann.com/style-angular-apps-using-prettier-and-tslint/#comment-19927</link>

		<dc:creator><![CDATA[The Ten Commandments of Angular Development – Christian Lüdemann]]></dc:creator>
		<pubDate>Tue, 05 Nov 2019 20:49:20 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=399#comment-19927</guid>

					<description><![CDATA[[&#8230;] Do automate enforcement of code style and formatting using TSLint, Stylelint, and Prettier [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Do automate enforcement of code style and formatting using TSLint, Stylelint, and Prettier [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lars Jeppesen		</title>
		<link>https://christianlydemann.com/style-angular-apps-using-prettier-and-tslint/#comment-11471</link>

		<dc:creator><![CDATA[Lars Jeppesen]]></dc:creator>
		<pubDate>Sat, 07 Sep 2019 17:04:00 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=399#comment-11471</guid>

					<description><![CDATA[I&#039;m not loving the approach from Prettier that they keep all custom properties on html elements in one line... I&#039;d much prefer (for readability) to only have one property per line.. so:

&lt;code&gt;&#060;my-component
   prop1=&#034;Lipsum&#034;
   prop2=&#034;Hello World&#034;
&lt;/code&gt;

But prettier does it like this:

&lt;code&gt;
&lt;/code&gt;

When dealing with large forms etc this quicly becomes unreadable and there&#039;s no way to configure prettier (last time I checked) to change this behavior.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not loving the approach from Prettier that they keep all custom properties on html elements in one line&#8230; I&#8217;d much prefer (for readability) to only have one property per line.. so:</p>
<p><code>&lt;my-component<br />
   prop1=&quot;Lipsum&quot;<br />
   prop2=&quot;Hello World&quot;<br />
</code></p>
<p>But prettier does it like this:</p>
<p><code><br />
</code></p>
<p>When dealing with large forms etc this quicly becomes unreadable and there&#8217;s no way to configure prettier (last time I checked) to change this behavior.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Using Git hooks for easier development (2019) – Christian Lüdemann		</title>
		<link>https://christianlydemann.com/style-angular-apps-using-prettier-and-tslint/#comment-7823</link>

		<dc:creator><![CDATA[Using Git hooks for easier development (2019) – Christian Lüdemann]]></dc:creator>
		<pubDate>Tue, 13 Aug 2019 14:22:40 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=399#comment-7823</guid>

					<description><![CDATA[[&#8230;] For my recommended Prettier and TSLint configuration check this post. [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] For my recommended Prettier and TSLint configuration check this post. [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: How To Fix the Most Common Angular Performance Problems Like a Doc – Christian Lüdemann		</title>
		<link>https://christianlydemann.com/style-angular-apps-using-prettier-and-tslint/#comment-415</link>

		<dc:creator><![CDATA[How To Fix the Most Common Angular Performance Problems Like a Doc – Christian Lüdemann]]></dc:creator>
		<pubDate>Mon, 03 Jun 2019 06:12:45 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=399#comment-415</guid>

					<description><![CDATA[[&#8230;] Creating lint rules eg. for remember to use OnPush, break down big components, [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Creating lint rules eg. for remember to use OnPush, break down big components, [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Christian		</title>
		<link>https://christianlydemann.com/style-angular-apps-using-prettier-and-tslint/#comment-23</link>

		<dc:creator><![CDATA[Christian]]></dc:creator>
		<pubDate>Mon, 23 Jul 2018 16:29:18 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=399#comment-23</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://christianlydemann.com/style-angular-apps-using-prettier-and-tslint/#comment-22&quot;&gt;Tony Stevanovich&lt;/a&gt;.

Glad to hear.
You can disable rules for specific lines, which is what I&#039;m doing, when I need to break a rule.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://christianlydemann.com/style-angular-apps-using-prettier-and-tslint/#comment-22">Tony Stevanovich</a>.</p>
<p>Glad to hear.<br />
You can disable rules for specific lines, which is what I&#8217;m doing, when I need to break a rule.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony Stevanovich		</title>
		<link>https://christianlydemann.com/style-angular-apps-using-prettier-and-tslint/#comment-22</link>

		<dc:creator><![CDATA[Tony Stevanovich]]></dc:creator>
		<pubDate>Mon, 23 Jul 2018 14:54:00 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=399#comment-22</guid>

					<description><![CDATA[Love the article. It&#039;s exactly what I&#039;ve been looking for in order to unify my development team&#039;s code base. The only issue I have with it is that console.log should be enabled in certain cases for code debugging. My tslint.json line for this looks like:
&quot;no-console&quot;: [
      true,
      &quot;debug&quot;,
      &quot;info&quot;,
      &quot;time&quot;,
      &quot;timeEnd&quot;,
      &quot;trace&quot;
    ],]]></description>
			<content:encoded><![CDATA[<p>Love the article. It&#8217;s exactly what I&#8217;ve been looking for in order to unify my development team&#8217;s code base. The only issue I have with it is that console.log should be enabled in certain cases for code debugging. My tslint.json line for this looks like:<br />
&#8220;no-console&#8221;: [<br />
      true,<br />
      &#8220;debug&#8221;,<br />
      &#8220;info&#8221;,<br />
      &#8220;time&#8221;,<br />
      &#8220;timeEnd&#8221;,<br />
      &#8220;trace&#8221;<br />
    ],</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 0/1322 objects using Memcache
Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching using Disk (Request-wide modification query)

Served from: christianlydemann.com @ 2026-02-22 05:58:21 by W3 Total Cache
-->