<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lint | Bogdan's blog</title>
	<atom:link href="https://blog.bogdancarpean.com/tag/lint/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.bogdancarpean.com</link>
	<description>Code and anything else.</description>
	<lastBuildDate>Fri, 24 Jan 2020 18:48:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://blog.bogdancarpean.com/wp-content/uploads/2022/12/icons8-pencil-drawing-96.png</url>
	<title>lint | Bogdan's blog</title>
	<link>https://blog.bogdancarpean.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>New ng lint syntax on Angular 6</title>
		<link>https://blog.bogdancarpean.com/new-ng-lint-syntax-on-angular-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-ng-lint-syntax-on-angular-6</link>
					<comments>https://blog.bogdancarpean.com/new-ng-lint-syntax-on-angular-6/#respond</comments>
		
		<dc:creator><![CDATA[Bogdan]]></dc:creator>
		<pubDate>Tue, 19 Jun 2018 22:50:36 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[Angular 2]]></category>
		<category><![CDATA[TypeScript]]></category>
		<category><![CDATA[angular]]></category>
		<category><![CDATA[angular/cli]]></category>
		<category><![CDATA[lint]]></category>
		<guid isPermaLink="false">http://blog.bogdancarpean.com/?p=251</guid>

					<description><![CDATA[<p>Let&#8217;s say you had a syntax like ng lint --format stylish on your package.json before Angular 6. Running this after you update to Angular 6 will result in the following error: Architect command with multiple targets cannot specify overrides. This error is not much of help when you know that before update the linting worked fine. For this [&#8230;]</p>
The post <a href="https://blog.bogdancarpean.com/new-ng-lint-syntax-on-angular-6/">New ng lint syntax on Angular 6</a> first appeared on <a href="https://blog.bogdancarpean.com">Bogdan's blog</a>.]]></description>
										<content:encoded><![CDATA[<div style="text-align: left;">Let&#8217;s say you had a syntax like <code>ng lint --format stylish</code> on your <code>package.json</code> before Angular 6.</div>
<p>Running this after you update to Angular 6 will result in the following error: <code>Architect command with multiple targets cannot specify overrides.</code> This error is not much of help when you know that before update the linting worked fine.</p>
<p>For this to work, we have to add the name of the application after the <code>ng lint</code> command: <code>ng lint your_app_name --format stylish</code></p>The post <a href="https://blog.bogdancarpean.com/new-ng-lint-syntax-on-angular-6/">New ng lint syntax on Angular 6</a> first appeared on <a href="https://blog.bogdancarpean.com">Bogdan's blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://blog.bogdancarpean.com/new-ng-lint-syntax-on-angular-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
