Skip to content

Commit

Permalink
Remove unhelpful warning for structured less
Browse files Browse the repository at this point in the history
"less.lint.emptyRules": "ignore"
  • Loading branch information
dpilafian committed Jan 3, 2023
1 parent 3572e37 commit 3516db2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"editor.scrollBeyondLastLine": false,
"editor.tabSize": 3,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"less.lint.emptyRules": "ignore"
}

0 comments on commit 3516db2

Please sign in to comment.