Skip to content

Commit

Permalink
undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed May 16, 2022
1 parent a4e0b2a commit 3fa8c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tasks/eslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const eslint = eslintTask({
// TODO: also lint config files?
files: [path.join(process.cwd(), constants.directory)],
extensions: constants.extensions,
// cache: true, // only lint files changed since last lint
cache: true, // only lint files changed since last lint
fix: process.argv.includes('--fix'),
// If requested, display a table with 10 slowest rules after running.
// (to display more, edit the `slice` call in the `display` function of node_modules/eslint/lib/linter/timing.js)
Expand Down

0 comments on commit 3fa8c72

Please sign in to comment.