mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	refactor: gatsby-browser, gatsby-node
adds .eslintcache to gitignore
This commit is contained in:
		@@ -6,13 +6,13 @@
 | 
			
		||||
        "import"
 | 
			
		||||
    ],
 | 
			
		||||
    "rules": {
 | 
			
		||||
        "global-require": [0],
 | 
			
		||||
        "react/jsx-filename-extension": [0],
 | 
			
		||||
        "react/prefer-es6-class": [0],
 | 
			
		||||
        "global-require": [0],
 | 
			
		||||
        "react/prefer-stateless-function": [0],
 | 
			
		||||
        /* to allow importing 'gatsby-helpers' */
 | 
			
		||||
        "import/no-extraneous-dependencies": [0],
 | 
			
		||||
        "import/no-unresolved": [0],
 | 
			
		||||
        "import/extensions": [0]
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user