chore: update eslint ignore patterns
This commit is contained in:
		
							parent
							
								
									8540d1b4cf
								
							
						
					
					
						commit
						dcef4b554f
					
				@ -23,17 +23,11 @@
 | 
				
			|||||||
    "@typescript-eslint/no-non-null-assertion": "off"
 | 
					    "@typescript-eslint/no-non-null-assertion": "off"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "ignorePatterns": [
 | 
					  "ignorePatterns": [
 | 
				
			||||||
 | 
					    "**/builds/**",
 | 
				
			||||||
    "**/dist/**",
 | 
					    "**/dist/**",
 | 
				
			||||||
    "**/node_modules/**",
 | 
					    "**/node_modules/**",
 | 
				
			||||||
    "**/abbrevIso*",
 | 
					    "**/scripts/**",
 | 
				
			||||||
    "**/example*",
 | 
					    "**/*.js",
 | 
				
			||||||
    "**/*.bak",
 | 
					    "**/*.bak"
 | 
				
			||||||
    "coverage/**",
 | 
					 | 
				
			||||||
    "docs-shared/lib/**",
 | 
					 | 
				
			||||||
    "packages/*/assets/**",
 | 
					 | 
				
			||||||
    "packages/*/lib/**",
 | 
					 | 
				
			||||||
    "!.vuepress/**",
 | 
					 | 
				
			||||||
    "**/.vuepress/.cache/**",
 | 
					 | 
				
			||||||
    "**/.vuepress/.temp/**"
 | 
					 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user