Skip to content

Commit

Permalink
Fix(textlint-config): Only Sass term is considered as correct
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Sep 10, 2024
1 parent ed77512 commit 56e5f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/textlint-rule-preset-lmc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
'JavaScript',
'Lodash',
'Markdown',
['Sass', 'SASS'],
'Sass',
'TypeScript',
'UglifyJS',
['JSDocs?', 'JSDoc'],
Expand Down

0 comments on commit 56e5f45

Please sign in to comment.