mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
const config = require('./.eslintrc.json');
 | 
						|
 | 
						|
// Update the eslint configuration for `strapi-helper-plugin` module
 | 
						|
if (process.env.IS_HELPER) {
 | 
						|
  config.settings['import/resolver'].webpack.config = './lib/internals/webpack/webpack.test.babel.js'
 | 
						|
}
 | 
						|
 | 
						|
module.exports = config;
 |