added hintrc to tell vscode to stop warning me about incompatible CSS with IE. Note will only help if top of site opened in vscode

This commit is contained in:
Robert McGovern 2022-03-22 11:44:01 +00:00
parent 6af38191a7
commit 5f0e68b80b
1 changed files with 4 additions and 0 deletions

4
.hintrc Normal file
View File

@ -0,0 +1,4 @@
{
"extends": ["development"],
"browserslist": ["defaults", "not IE 11"]
}