web: turn off no-unknown-tag-name for now
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -30,7 +30,10 @@
 | 
				
			|||||||
        "plugins": [
 | 
					        "plugins": [
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                "name": "ts-lit-plugin",
 | 
					                "name": "ts-lit-plugin",
 | 
				
			||||||
                "strict": true
 | 
					                "strict": true,
 | 
				
			||||||
 | 
					                "rules": {
 | 
				
			||||||
 | 
					                    "no-unknown-tag-name": "off"
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user