summaryrefslogtreecommitdiff
path: root/docs/tools/linter.md
AgeCommit message (Collapse)Author
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-05-15docs(lint): update available rules (#10638)Yusuke Tanaka
2021-04-27remove --unstable flag from CLI features (#10190)Bartek Iwańczuk
2020-12-11chore: fixed various misspellings and other typos (#8691)Anh Hong
2020-12-02docs(lint): Update available rules & add link to doc site (#8590)Yusuke Tanaka
2020-11-08upgrade: deno_doc, deno_lint, dprint, swc (#8292)Bartek Iwańczuk
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-10-26Revert "feat(lint): stabilize "deno lint" subcommand (#8075)" (#8128)Bartek Iwańczuk
This reverts commit c5c48f845a4d25f064c4388fcdd4295317edf155.
2020-10-22feat(lint): stabilize "deno lint" subcommand (#8075)Bartek Iwańczuk
This commit stabilizes "deno lint" by removing the need to pass --unstable flag. --unstable is still required when using --json flag.
2020-09-15docs(lint): ignore diagnostic in whole file (#7489)Bartek Iwańczuk
2020-09-13docs: manual updates for 1.4 features and changes (#7440)Luca Casonato
2020-09-09feat(fmt, lint): show number of checked files (#7312)Yusuke Tanaka
2020-09-02fix(docs): replace "eslint-ignore-" with "eslint-disable-" (#7319)YellowBird
2020-08-31feat(lint): Add support for reading input from stdin (#7263)Yusuke Tanaka
2020-08-29fix(lint): use recommended rules set (#7222)Yusuke Tanaka
2020-08-17typos (#7082)tokiedokie
2020-08-03Fix grammatical error in Linter documentation (#6939)Ben Stolovitz
2020-06-12docs(lint): add entry in manual (#6258)Bartek Iwańczuk