Skip to content

Commit

Permalink
Remove special rules for src/vs/server
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Oct 21, 2021
1 parent 845e410 commit 5f226a9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .eslintrc.json
Expand Up @@ -1071,17 +1071,6 @@
}
]
}
},
{
"files": [
"src/vs/server/*"
],
"rules": {
"header/header": [
// hygiene.js still checks that all files (even those in this directory) are MIT licensed.
"off"
]
}
}
]
}

0 comments on commit 5f226a9

Please sign in to comment.