Skip to content

Commit 2df6252

Browse files
committed
Suppress false positive spelling error
1 parent 97c7e97 commit 2df6252

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webpack.common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = {
4343
loader: "css-loader",
4444
options: {
4545
modules: {
46+
// eslint-disable-next-line spellcheck/spell-checker
4647
localIdentName: "[name]__[local]___[hash:base64:5]"
4748
},
4849
// replace kebab-case css class names with camelCase strings

0 commit comments

Comments
 (0)