mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	* chore(deps): update typescript-eslint monorepo to v6 * Fix msw * Initial updates * Disable new lint rules --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			380 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			380 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   extends: '../../../eslintrc.ts.react.base.json',
 | |
|   parserOptions: {
 | |
|     tsconfigRootDir: __dirname,
 | |
|     project: true,
 | |
|   },
 | |
|   overrides: [
 | |
|     {
 | |
|       files: ['webpack.config.ts'],
 | |
|       extends: '../../../eslintrc.ts.base.json',
 | |
|       parserOptions: {
 | |
|         tsconfigRootDir: __dirname,
 | |
|         project: ['./tsconfig.webpack.json'],
 | |
|       },
 | |
|     },
 | |
|   ],
 | |
| };
 |