<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.johnfreier.com/index.php?action=history&amp;feed=atom&amp;title=Javascript_eslint</id>
		<title>Javascript eslint - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.johnfreier.com/index.php?action=history&amp;feed=atom&amp;title=Javascript_eslint"/>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Javascript_eslint&amp;action=history"/>
		<updated>2026-05-20T12:11:57Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://wiki.johnfreier.com/index.php?title=Javascript_eslint&amp;diff=796&amp;oldid=prev</id>
		<title>Jfreier: Created page with &quot; == Install ==  I installed ESLint globally    npm install -g eslint  After install I created a global config file with all of my custom configs.    eslint --init  This comman...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Javascript_eslint&amp;diff=796&amp;oldid=prev"/>
				<updated>2016-07-11T16:43:40Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; == Install ==  I installed ESLint globally    npm install -g eslint  After install I created a global config file with all of my custom configs.    eslint --init  This comman...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Install ==&lt;br /&gt;
&lt;br /&gt;
I installed ESLint globally&lt;br /&gt;
   npm install -g eslint&lt;br /&gt;
&lt;br /&gt;
After install I created a global config file with all of my custom configs.&lt;br /&gt;
&lt;br /&gt;
  eslint --init&lt;br /&gt;
&lt;br /&gt;
This command will walk you through creating custom formating or using a standard formatting template.&lt;br /&gt;
&lt;br /&gt;
I then took the result files and copied it to my home directory to use with a bunch of projects.&lt;br /&gt;
&lt;br /&gt;
== Install - ATOM ==&lt;br /&gt;
This is how to install ESLint to work in the ATOM editor.&lt;br /&gt;
After installing ESLint.&lt;br /&gt;
&lt;br /&gt;
   apm install linter-eslint&lt;br /&gt;
&lt;br /&gt;
This installs the ATOM plugin to start using ESLint with your JavaScript files.  There was still some configurations I need to perform.&lt;br /&gt;
* I pointed to a global copy of my .eslintrc.js files  /home/user/.eslintrc.js&lt;br /&gt;
* I turned off &amp;quot;Disable if config not in project folder.&amp;quot;&lt;br /&gt;
* I checked &amp;quot;Use global ESLint install&amp;quot;&lt;/div&gt;</summary>
		<author><name>Jfreier</name></author>	</entry>

	</feed>