Skip to content

Commit

Permalink
fix: add css as autofixable type
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed May 7, 2024
1 parent 64575dc commit 135427f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ exports.builder = (yargs) =>
/*
* Only list the types that can be automatically fixed here.
*/
.command(require('./types/css.js'))
.command(require('./types/javascript.js'))
.command(require('./types/structured-text.js'))

Expand Down

0 comments on commit 135427f

Please sign in to comment.