Skip to content

Commit e26122c

Browse files
committed
Fix(textlint-config): Only Sass term is considered as correct
1 parent 013f701 commit e26122c

File tree

1 file changed

+1
-1
lines changed
  • packages/textlint-rule-preset-lmc

1 file changed

+1
-1
lines changed

packages/textlint-rule-preset-lmc/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
'JavaScript',
3333
'Lodash',
3434
'Markdown',
35-
['Sass', 'SASS'],
35+
'Sass',
3636
'TypeScript',
3737
'UglifyJS',
3838
['JSDocs?', 'JSDoc'],

0 commit comments

Comments
 (0)