Upgrade to ESLint v9 flat config (#34324)
Co-authored-by: Nick Schonning <nschonni@gmail.com>
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/lint-js.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/lint-js.yml
									
									
									
									
										vendored
									
									
								
							@@ -11,7 +11,7 @@ on:
 | 
			
		||||
      - 'tsconfig.json'
 | 
			
		||||
      - '.nvmrc'
 | 
			
		||||
      - '.prettier*'
 | 
			
		||||
      - '.eslint*'
 | 
			
		||||
      - 'eslint.config.mjs'
 | 
			
		||||
      - '**/*.js'
 | 
			
		||||
      - '**/*.jsx'
 | 
			
		||||
      - '**/*.ts'
 | 
			
		||||
@@ -25,7 +25,7 @@ on:
 | 
			
		||||
      - 'tsconfig.json'
 | 
			
		||||
      - '.nvmrc'
 | 
			
		||||
      - '.prettier*'
 | 
			
		||||
      - '.eslint*'
 | 
			
		||||
      - 'eslint.config.mjs'
 | 
			
		||||
      - '**/*.js'
 | 
			
		||||
      - '**/*.jsx'
 | 
			
		||||
      - '**/*.ts'
 | 
			
		||||
@@ -44,7 +44,7 @@ jobs:
 | 
			
		||||
        uses: ./.github/actions/setup-javascript
 | 
			
		||||
 | 
			
		||||
      - name: ESLint
 | 
			
		||||
        run: yarn lint:js --max-warnings 0
 | 
			
		||||
        run: yarn workspaces foreach --all --parallel run lint:js --max-warnings 0
 | 
			
		||||
 | 
			
		||||
      - name: Typecheck
 | 
			
		||||
        run: yarn typecheck
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user