summaryrefslogtreecommitdiff
path: root/.prettierignore
AgeCommit message (Collapse)Author
2021-06-23LibJS: Correct behaviour of direct vs. indirect evalAnonymous
eval only has direct access to the local scope when accessed through the name eval. This includes locals named eval, because of course it does.
2020-12-27Meta: Add lint-prettier.shLinus Groh
This is a script similar to the clang-format one to ensure prettier formatting of most JavaScript files.
2020-12-27Base+LibJS+LibWeb: Make prettier cleanLinus Groh
Also use "// prettier-ignore" comments where necessary rather than excluding whole files (via .prettierignore).
2020-08-24Meta: Move prettier config files to the root of the repositoryAnotherTest